Linux Commands Summarizations
Linux Commands Summarizations
Pointing devices are not used at all in CL We use pointing devices in the GUI for
choosing/selecting the items we want to.
Commands. Descriptions.
# Sign for a root user
$ Regular user
: Simple separator
~ Home directory
cat file file2 > file3 Joins two files (file1, file2) and stores the
output in a new file (file3)
mv file "new file path" Moves the files to the new location
mv filename new_file_name Renames the file to a new filename
Sudo Allows regular users to run programs with
the security privileges of the superuser or
root
Rm Deletes a file
Man Gives help information on a command
History Gives a list of all past commands typed in
the current terminal session