重定向符号

符号链接 VS 硬链接

 

~ 代表你用的用户所在的目录

command       meaning                       parameter

cd            change directory

mkdir         make directory                -p

rmdir         remove directory

pwd           print working directory

ls            list                          -a -d -h -l -R -X

dir

cat           concatinat                    -b -E -ns

head                                        -c -n

tail                                        -c -n

mv            move                          -b -f -i -u

rm            remove                        -i -r     

 

find

             

ln

 

gzip/gunzip         

bzip2/bunzip2

tar

zip/unip

rar/unrar

7z

 

cmp           compare

comm

diff

 

管道符号'|'   more less   grep

 

whereis                                  -b -m -s

who

man

 

fortune

 

命令后加上&符号表示后台运行

 

 

程序运行控制

ps

       egroup

       euser

       args

       pid

       comm

       nice

       tty

 

kill

killall        kill program

nice

 

编辑器

nano

 

账号管理

su

sudo

paswd

useradd

userdel

chmod     change mode

 

文件系统

mount/umount

ntfs-3g

fsck          File system check

df

cfdisk

mkfs

 

shutdown         -r -h -n   now

reboot      =shutdown -r now

halt        =shutdown -h now

 

 

apt-get              advanced package tools-get

apt-cdrom

apt-key

aptitude

dpkg

alien

posted on 2010-01-24 00:40  Milo Liu  阅读(231)  评论(0)    收藏  举报