Simple Linux Commands I
Simple Linux Commands I
Commands man pwd What does it stand for? Format and display the on-line manual pages Print name of current/working directory Super user do When do you use it? If you specific section man only looks in that section of the manual Print de full filename of the current working directory
After authentication, and if the configuration file permits the user access, then the system will invoke the requested command
sudo
cd
Change the shell working directory. Change the current directory to DIR. The default DIR is the value of the HOME shell variable. List information about the FILEs (the current directory by default). Sort entries alphabetically if none of -cftuSUX nor --sort. Change the effective user id and group id to that of USER.
su