cara mengubah izin hanya untuk root

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