Give permission reference to file/dir from other file/dir in linux

In this post we will learn to give permission reference to file/dir from other file/dir in linux. For example you have any file and directory and you want to give permission exactly same to other file and directory. Use the given below syntax: chmod –reference source-file-dir to target-file-dir eg. chmod –reference testfile sharad_testfile for more … Read more