Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
Extract files from the archive named archive_name.tar |
|
|
Term
chmod
Read (r)=4 Write(w)=2 Execute(x)=1 owner, group, user chmod 777 abc.sh |
|
Definition
Change ownership of abc.sh to read/write/execute for owner, group and public |
|
|
Term
|
Definition
To change a file permission to provide read, write and execute permission to owner, group and world on the file abc.sh |
|
|
Term
md5sum teamviewer_linux.deb
Results of command:
47790ed345a7b7970fc1f2ac50c97002 teamviewer_linux.deb |
|
Definition
Produce the md5 hash of a file teamviewer_linux.deb |
|
|
Term
dd if=/home/user/Downloads/debian.iso of=/dev/sdb1 bs=512M; sync |
|
Definition
Create a bootable USB drive from ISO
/home/user/Downloads/debian.iso
as drive with device name sdb1, having a block size of 512 megabytes. |
|
|
Term
uname
Sample output: HP-UX |
|
Definition
print detailed information about the machine name |
|
|
Term
|
Definition
Prints the history of long list of executed commands in terminal |
|
|
Term
|
Definition
Allows a permitted user to execute a command as the superuser or another user, as specified by the security policy |
|
|
Term
chown freddie:beastieboys Binary |
|
Definition
For the file called Binary, change the owner to username freddie and the group to beastieboys |
|
|
Term
gunzip filesnstuff.gz
or
gzip -d filesnstuff.gz |
|
Definition
Extract the contents of a file named filesnstuff.gz |
|
|
Term
|
Definition
Extract the file.txt from file.txt.gz |
|
|