How do I enable write permissions for the usr/sbin folder? Thanks.
Printable View
How do I enable write permissions for the usr/sbin folder? Thanks.
They are probably already enabled, but only for the root user (as they should be). Use "su -" to become root, and then you'll have all the permissions you need.
Do you have to use the command box to move it? If so, what command would I use to move it to the /usr/sbin folder?
for more info on "mv"Code:mv file /usr/sbin/
Code:man mv