How to show file ownership?

To show file ownership using the tree command, you can use the -u option along with -g to display the user and group ownership of files and directories. Here’s the command:

tree -ug

This will display the directory structure along with the user and group ownership for each file and directory.

0 Comments

no data
Be the first to share your comment!