歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> 關於Linux >> linux 命令之簡寫

linux 命令之簡寫

日期:2017/3/2 9:39:09   编辑:關於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

Copyright © Linux教程網 All Rights Reserved