diff options
author | Rory Hardy <gneatgeek@gmail.com> | 2016-08-26 15:05:33 -0500 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2016-08-26 22:05:33 +0200 |
commit | 2ab67382e7b6892a745f02ec4c8f84e6ac632204 (patch) | |
tree | cbe54ff7aaf094f81a2a44b80316c153c8efb1bd /plugins/perms/README.md | |
parent | deadc369bf1f8286bed883420975096c2c3a32d9 (diff) | |
download | zsh-2ab67382e7b6892a745f02ec4c8f84e6ac632204.tar.gz zsh-2ab67382e7b6892a745f02ec4c8f84e6ac632204.tar.bz2 zsh-2ab67382e7b6892a745f02ec4c8f84e6ac632204.zip |
Added perms plugin (#1752)
* Added perms plugin
* HTTPS -> HTTP for comment URL
* Added a README
* Updated TOF comment
* Pulled in updates by apjanke with minor tweaks
Diffstat (limited to 'plugins/perms/README.md')
-rw-r--r-- | plugins/perms/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/perms/README.md b/plugins/perms/README.md new file mode 100644 index 000000000..873c21d42 --- /dev/null +++ b/plugins/perms/README.md @@ -0,0 +1,9 @@ +## Perms + +Plugin to handle some unix filesystem permissions quickly + +### Usage + +* `set755` recursively sets all directories located within the current working directory and sub directories to octal 755. +* `set644` recursively sets all files located within the current working directory and sub directories to octal 644. +* `fixperms` is a wrapper around `set755` and `set644` applied to a specified directory or the current directory otherwise. It also prompts prior to execution unlike the other two aliases.
\ No newline at end of file |