I want to get the list of all the files in my home folder, having rwx (read-write-execute) or 777 permissions for everyone.
Also, what is the command to know the permissions of a file?
|
I want to get the list of all the files in my home folder, having Also, what is the command to know the permissions of a file? |
||||
|
|
From the terminal:
First Method: The watch-and-learn way
Second Method: The proper, recursive way
For more ways on using |
|||||
|
|
Usually you would use the If you want to list all files that are...
...then this command will do that for you:
It's really that simple. If you only want to list files that meet the above two conditions and reside directly within the home directory (not inside any subdirectory), use this command instead:
See |
||||
|
|
|
||||
|
|