|
Here is a list of basic linux commands. This list of linux commands is not complete as there are many more linux commands available. However, it should make a good start for a beginner or intermediate linux administrator / linux user. All linux commands in this list include examples to demonstrate how the actual linux command works.
A
- alias - create names or abbreviations for commands
- apropos - search the manual page names and descriptions
- at [man page] - queue, examine or delete jobs for later execution
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
- scp - secure copy (remote file copy program)
- ssh - OpenSSH SSH client (remote login program)
T
V
- vim - Vi IMproved, a programmers text editor
W
X
Y
yes [man page] - output a string repeatedly until killed
Z
|
khjkhjkhj
echo "wht is ur name"
read a>>data
i want what ever he write that will come data filel;';l'lk;';l'
jjj
'
';llk;'lk;'jhjhgjhgjghjgf
,,,,,
# -> running script as root
nohup -> keep running the script even when I log out
sh -> run shell script
dunning_script_normal.sh -> the actual script file
> -> redirect output
log.out -> output will be stored in log.out file
& -> release shell prompt when I run the script