Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #How to copy permissions from one file to another on Linux
- #http://www.cyberciti.biz/faq/how-to-copy-permissions-from-one-file-to-another-on-linux/
- chmod --reference=file.txt dest1.txt dest2.txt dest3.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement