Advertisement
metalx1000

How to copy permissions from one file to another on Linux

Mar 16th, 2016
768
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. #How to copy permissions from one file to another on Linux
  2. #http://www.cyberciti.biz/faq/how-to-copy-permissions-from-one-file-to-another-on-linux/
  3. chmod --reference=file.txt dest1.txt dest2.txt dest3.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement