Shared Flashcard Set

Details

CEH Certified Ethical Hacker 312-50:Linux Commands
CEH Certified Ethical Hacker 312-50:Linux Commands
14
Computer Networking
Professional
03/06/2014

Additional Computer Networking Flashcards

 


 

Cards

Term
adduser
Definition
Add a new user
Term
modprobe LKM_name
Definition
Command to load in LKM
Term
tar cvf
Definition
Create a new tar archive
Term
tar xvf archive_name.tar
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
chmod 777 abc.sh
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
history
Definition
Prints the history of long list of executed commands in terminal
Term
sudo
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
gunzip file.txt.gz
Definition
Extract the file.txt from file.txt.gz
Supporting users have an ad free experience!