about 9 years ago
Hello Readers..here are some basic commands that we use in Linux
Usage: mkdir[OPTION]DIRECTORY...
Example: mkdir rahul
Usage: ls[OPTION]...[FILE]...
Example: ls,ls-1,ls rahul
Usage: cd[DIRECTORY]
Example: cd rahul
Usage:pwd
Usage: vim[OPTION] [file]...
Example: vim file1.txt
Usage: cp[OPTION]..SOURCE DEST
Example:cp sample.txt sample_copy.txt
cp sample_copy.txt target_dir
Usage: mv[OPTION]..SOURCE DEST
Example: mv source.txt target_dir
mv previous.txt new.txt
Usage: rm[OPTION] [path] [pattern]
Example: rm file.txt
Usage: find[OPTION] [path] [pattern]
Example: find file1.txt
Usage: history
cat-concatenate files and print on the standard output
Usage: cat[OPTION][FILE]...
Example: cat file1.txt
Usage: find[OPTION] [string]...
Example: echo hello
echo $HOME
Usage: chmod [OPTION] [MODE] [FILE]
Example: chmod 744 math.sh
Usage: chmod [OPTION]...OWNER[:GROUP][MODE][FILE]
Example: chmod remo math.txt
Usage: su[OPTION][LOGIN]
Example: su math
Usage: passwd[OPTION]
Example: passwd
Usage: who[OPTION]
Example: who,who -b
Usage: ps[OPTION]
Example: ps,ps -el
Usage: kill[OPTION] pid
Example: kill -9 2275
Usage: tar[OPTION]DEST SOURCE
Example: cvf/home/archive.tar/home/origial
Usage: zip[OPTION]DEST SOURCE
Example: zip original.zip original
Usage: unzip filename
Example: unzip original.zip
"ssh is a program for logging into a remote machine and for executing commands on a remote machine."
Usage: ssh [OPTION] [user]@hostname
Example: ssh-X guest@10.105.11.20
"scp copies files between hosts on a network"
Usage: scp[options] [[user]@host1:file1] [[user]@host2:file2]
Example: scp file1.txt guest@10.105.11.20:~/Desktop/
Example: sudo fdisk -1
Usage: mount -t type device dir
Example: mount/dev/sda5/media/target
Usage: unmount[OPTIONS]dir |device..
Example: unmount/media/target
Usage: du[OPTION]..[FILE]
Example: du
Usage: df[OPTIONS]..[FILE]..
Example: df
Usage: quota [OPTION]
Example: quota -v
0 Comment(s)