List contents inside a directory
Findout used disk space in the system by user
Bring the system down immediately
Powers off the system using predefined scripts to synchronize and clean up the system prior to shutting down
Reboots the system by shutting it down completely and then restarting it
Shuts down the system by powering off
Listed files with more information
List hidden or invisible files
Display content of a file
Display file content with line number
Get information about multiple files
$ wc filename1 filename2 filename3
Copying contents from one file to another file
$ cp source_file destination_file
Make a copy of existing file
Change the name of existing file
Remove multiple files at a time
$ rm filename1 filename2 filename3
Create symbolic link to a file name
Create hard link to a filename
Go to users home directory
List the files in a directory
Create multiple directory
Remove multiple directory
$ rmdir dirname1 dirname2 dirname3
Add executive permission of the owner
Remove write permission from the group
Set others to read-only (wipes other permissions)
Give everyone read and write access
Owner can edit, others can run
Owner can edit, others can only read
Only owner can read/write
Change ownership of a file
Changing owner of the file
Changing group of the file
$ chgrp developers testfile
Assign a String in a variable and print
/opt/lampp/htdocs
sudo mkdir demo-site
sudo chown -R $USER :$USER test-site
cd /opt/lampp
sudo ./xampp start
sudo ./xampp stop
sudo service apache2 stop
cd /opt/lampp
sudo ./manager-linux-x64.run
sudo dpkg -i packagename.deb