Given a file, say /var/some_dir_1/some_dir_2/some_dir_3/some_file,
is there a single command that will list the permissions of some_file and all the directories in its path from root, i.e. the permissions for var, some_dir_1, some_dir_2, some_dir_3?
|
| ||||
|
feedback
|
|
The following
Save as e.g. It only works with absolute paths unless combined with
On Linux, this might work (untested):
Example output:
Add arguments to the | |||
|
feedback
|