This commit is contained in:
Gregory Eremin
2013-05-23 13:17:40 +04:00
parent 29bc4bc769
commit 7829058f8e
27 changed files with 655 additions and 104 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/bash
echo "\
+---+-----+-------------------------+
| 0 | --- | no access |
| 1 | --x | only execute |
| 2 | -w- | only write |
| 3 | -wx | write and execute |
| 4 | r-- | only read |
| 5 | r-x | read and execute |
| 6 | rw- | read and write |
| 7 | rwx | read, write and execute |
+---+-----+-------------------------+\
"