shperm/README.md

14 lines
361 B
Markdown
Raw Permalink Normal View History

2024-08-24 22:36:13 +02:00
# shperm
2024-08-24 22:43:06 +02:00
shows permissions of path, given by argument, and all directories above
## example
```
# shperm .
rwx r-x r-x damage damage /home/damage/git/shperm/shperm
rwx r-x r-x damage damage /home/damage/git/shperm
rwx r-x r-x damage damage /home/damage/git
rwx --- --- damage damage /home/damage
rwx r-x r-x root root /home
rwx r-x r-x root root /
2024-08-24 22:43:06 +02:00
```