Answers for "linux copy permissions from one directory to another"

CSS
0

linux copy directory permissions to another directory

chown --reference=otherfile thisfile
chmod --reference=otherfile thisfile
Posted by: Guest on July-10-2020

Code answers related to "linux copy permissions from one directory to another"

Browse Popular Code Answers by Language