added example to readme
This commit is contained in:
parent
0e4b122b24
commit
72311d8b48
13
README.md
13
README.md
@ -1,3 +1,14 @@
|
||||
# shperm
|
||||
|
||||
shows permissions of path, given by argument, and all directories above
|
||||
shows permissions of path, given by argument, and all directories above
|
||||
|
||||
## example
|
||||
```
|
||||
# shperm .
|
||||
Realpath: /home/damage/git/shperm
|
||||
/home/damage/git/shperm: damage damage rwx r-x r-x
|
||||
/home/damage/git: damage damage rwx r-x r-x
|
||||
/home/damage: damage damage rwx --- ---
|
||||
/home: root root rwx r-x r-x
|
||||
/: root root rwx r-x r-x
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user