Copy File Permissions To Another File

[Solved] Copy File Permissions To Another File | Perl - Code Explorer | yomemimo.com
Question : Copy file permissions to another file

Answered by : isaiah-ogwuche

$ chown --reference=reference_file file

Source : https://unixcop.com/how-to-copy-or-clone-permissions-from-one-file-to-another-on-linux/ | Last Update : Thu, 10 Mar 22

Answers related to copy file permissions to another file

Code Explorer Popular Question For Perl