0% found this document useful (0 votes)
3 views4 pages

Basic Linux Commands

This document lists basic Linux commands, providing a comprehensive reference for users. It includes commands for navigating directories, managing files, checking system status, and performing administrative tasks. Each command is presented in a simple numbered format for easy access.

Uploaded by

nazishanwar612
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views4 pages

Basic Linux Commands

This document lists basic Linux commands, providing a comprehensive reference for users. It includes commands for navigating directories, managing files, checking system status, and performing administrative tasks. Each command is presented in a simple numbered format for easy access.

Uploaded by

nazishanwar612
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Basic Linux Commands

1) pwd
2) su
3) cd
4) cd ..
5) ll
6) ls
7) ls –ld
8) tree
9) cat
10) cp
11) mv
12) mkdir
13) mkdir -p
14) touch
15) rmdir
16) rm – rf
17) chmod
18) chown
19) ping
20) history
21) man
22) echo
23) echo $?
24) echo “ any line” >>
25) echo “any line” >
26) hostname
27) hostname –I
28) id “username”
29) alias
30) ps
31) ps -ef
32) locate
33) find
34) clear
35) uptime
36) w
37) lsblk
38) df –h
39) rpm –qa
40) yum –y
41) uname –a
42) uname –r
43) uname –n
44) shutdown –r
45) init 0
46) init 6
47) exit
48) head
49) tail
50) top
51) df
52) du
53) diff
54) wc –l
55) whereis
56) who
57) whoami
58) sleep

You might also like