shell TrueNAS navigate directories

# navigate to the folder
cd /mnt/pool1/_Shared

# list the contents
ls

# example output
Books
Code
Games
Software
'Star Wars'
Videos
Wallpaper

# delete a directory and all of its contents
rm -rf 'Star Wars'

# move contents from one directory into another
sudo mv Code/* _Code/

# set acl
sudo zfs set acltype=nfsv4 pool4/Shared/Code
Using the TrueNAS shell, it's possible to navigate around your Datasets. Replace pool1 with your pool name.

Updated: Monday 13th October 2025, 21:35am

There are 0 comments

Leave a comment of your own

Comments are currently closed.