How To Change Permissions For Only The Root

[Solved] How To Change Permissions For Only The Root | Perl - Code Explorer | yomemimo.com
Question : how to change permissions for only the root

Answered by : mushy-macaw-bbrxjd1je63e

sudo chown root:root /path/to/application
sudo chmod 700 /path/to/application

Source : https://askubuntu.com/questions/193055/how-to-make-files-accessible-only-by-root | Last Update : Thu, 27 May 21

Answers related to how to change permissions for only the root

Code Explorer Popular Question For Perl