Administrating
-
8. Getting Admin Power
Last How to Get the Admin Super-Powers.
To Login as SuperUser:
Copysu -
Or:
Copysudo su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Then to Logout:Copyexit
To Protect your System from the potential Damage of an Hazardous Crazy Command Execution the Logout should be executed every Time your Setup is Achieved!
Finally, to Execute a Single Command as SuperUser:Copysu -c 'myCommand'
Or:
Copysudo myCommand
So for instance to List the Protected root Directory try to run:
Copysudo ls /root
-
9. Setting Permissions
How to Change Permissions on openSUSE File System
Here OpenSUSE Change File PermissionsLink to Step-by-Step Easy Guide on Setting Up Permissions on openSUSE File System.
Congratulations, you are now fully Initiated to the awesome OpenSUSE Command Line Shell. ;)
Contents