1. 程式人生 > 其它 >Linux命令全拼

Linux命令全拼

Linux命令全拼

Linux命令全拼

寫在前面的話, 一些命令, 知道是哪個單詞的縮寫, 會方便理解, 體會

1. 檔案管理

cat, concatenate

chown, change owner

chgrp, change group

chmod, change mode

mv, move

rm, remove

cmp, compare

2. 文件編輯

grep, globa regular expression print

3. 檔案傳輸

4. 磁碟管理

cd, change directory

df, disk free

du, disk usage

pwd, print working directory

ls, list files

5. 磁碟維護

dd, disk dump

mkfs

6. 網路通訊

httpd start Apache

telnet, terminal over network

7. 系統管理

su, switch user

sudo, superuser do

ps, process status

usemod

8. 系統設定

alias, create your own name for a command

rpm, redhat package manager

dmesg, diagnostic message

9. 備份壓縮

tar, tape archive

10. 裝置管理

11. 其他命令

uname, unix name

umount, unmount

ldd, list dynamic dependencies

insmod, install module

rmmode, remove module

lsmod, list mode

bash, GNU bourne-again shell linux

ipcalc, send ICMP echo_request to netword hosts

man, manual

fsck, file system check

lsmod, list modules

fg, foreground

bg, background

cal, calendar

chsh, change shell

termcap, terminal capability

dpkg, debian package manager

apt, advanced package tool

dc, desk calculator

daemon, disk and execution monitor

ssl, secure sockets layer

lsmod, list modules

12. 常見目錄

/bin, binary

/dev, device

/etc, editable text configuration

/opt, optional application software packages

/lib, library

/proc, processes

/sbin, superuser binary

/tmp, temporary

/usr, unix shared resources

/var, variable

參考連結

https://blog.csdn.net/chinayuan/article/details/51291666

https://blog.csdn.net/qauchangqingwei/article/details/80901321

https://www.runoob.com/w3cnote/linux-command-full-fight.html

https://www.runoob.com/linux/linux-command-manual.html