The command apt-get allows me to simulate the installation or the removal of a package by including the switch/option/flag -s e.g. apt-get -s install {package_name}. Am I able to emulate a similar action when using chmod?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
||||
|
|
|
Not that I am aware of. Either a file has a set of permissions or it doesn't. What are you trying to accomplish? If you want to be able to trace file access see this SO answer: http://stackoverflow.com/questions/4205815/monitoring-file-and-directory-access-on-linux |
|||
|
|
