linux 命令之简写

 

linux中有很多的命令, 要在终端上熟练的操作,就免不了记住大量的命令。但是只是去记忆命令的样子和用法,很难达到效果, 并且也很容易忘掉, 好的方法就是把每个命令所代表的英文单词记下来,这样很容易就记住了。下面的内容将随着所学命令的增加而增加。

 

ls——————————list

ifconfig———————–interface config

apt-get———————-advance packaging tool

mkdir————————-make directory

rmdir————————-remove directory

cp—————————–copy

mv—————————-move, also can be used to rename file

rm—————————-remove     

du—————————-disk usage

df—————————–disk usage on file system

su—————————-switch user

sudo————————-switch user to do someting.

ps—————————-process snapshot

kill—————————-kill 

cat—————————concatenate

chmod———————–change mode

chgrp————————change group

chown———————–change owner

w—————————–who login and what they are doing.

who————————–show who is logged on

whoami———————-who am I

pwd————————–print current working directory

rpm—————————redhat package manager

yum————————–yellowdog updater modified

 

 

待续….

版权所有,禁止转载. 如需转载,请先征得博主的同意,并且表明文章出处,否则按侵权处理.

    分享到:

留言

你的邮箱是保密的 必填的信息用*表示