Administrating
-
8. Getting Admin Power
Last How to Get the Admin Super-Powers
So to Check What User you are on:whoami
Then to Login as SuperUser:
su -
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Then to Logout:
exit
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:su -c 'myCommand'
Or:
sudo myCommand
So for instance to List the Protected root Directory try to run:
sudo ls /root
-
9. Setting Permissions
How to Change Permissions on PCLinuxOS File System
Congratulations, You are now fully Initiated to the awesome Linux PCLinuxOS Command Line Shell. ;)
Contents
Tags: Command Line Tutorial for Beginners PCLinuxOS, Command Line Tutorial for Beginners PCLinuxOS Xenial, PCLinuxOS Command Line, PCLinuxOS Command Line Tutorial, PCLinuxOS Shell, PCLinuxOS Shell Tutorial, PCLinuxOS Terminal Tutorial for Beginners, Shell Tutorial for Beginners PCLinuxOS, Shell Tutorial for Beginners PCLinuxOS Xenial