Linux User Guide
Linux User Guide
This will prompt for a new root password and once you confirm it, you can start using the root account to
login.
If you want to disable root account in ubuntu you need to lock the root account by using the following
command
If you want to work on a root console you’d better use the following command
$sudo -i
----type 'exit' to get out of root user--------
Type "unzip zipfile.zip" where zipfile is the name of the file that you are uncompressing. The "unzip"
command allows the user to unzip compressed files with the .zip extension.
Type "tar xvf tarfile.tar" where tarfile is the name of the file that you are uncompressing. The "tar
xvf" command allows the user to uncompress compressed files with the .tar extension.
Type "gunzip zipfile.gz" where zipfile is the name of the file that you are uncompressing. The "gunzip"
command allows the user to unzip compressed files with the .gz extension. Gunzip converts the file
into a tar file without the .tar extension. So, now you must follow Step 2 and type "tar xvf zipfile."
Zipfile in this case has no extension