sudo chmod 000 xxx
execution of the script(or program) xxx under the root account will be denied.
sudo chmod 100 xxx
sudo chmod 001 xxx
sudo chmod 010 xxx
either command above will make the execution of the script(or program) xxx under the root account accepted.
No comments:
Post a Comment