shperm/README.md
damage 7cbf60faeb formated output
welcome to malloc hell :)
2024-08-25 20:39:13 +02:00

14 lines
361 B
Markdown

# shperm
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 /
```