访问手机版  

Linux常用命令|Linux培训学习|考试认证|工资待遇与招聘,认准超级网工!

招聘|合作 登陆|注册

网络工程师培训

当前位置:网络工程师 > 技术课程 > linux > 热点关注 > linux常用命令

linux命令的组成规则及缩写

时间:2019-07-15

linux解压命令_linux命令_linux vi命令

1、常用缩写 习惯

cd == change dieectory ##更改当前工作目录

dd == disk dump ##磁盘转存

df == disk free ##磁盘自由

du == disk usage ##磁盘详情

pwd == print working directory ##打印当前工作目录

ps == processes status ##工程状态

ps == prompt strings ##提示字符串

su == substitute user ##切换用户

rc == run command ##运行命令

tcl == tool command language ##工具命令语言

cups == command unix printing system ##unix命令打印系统

linux vi命令_linux解压命令_linux命令

apt == advanced packaging tool ##先进的包装工具

bg == background ##背景、隐藏位置

fg == foreground ##前景

ping == packet internet grouper ##网络检测

--------------------------------------------------------------------------------------

如果首字母后为h,通常为改变的意思,需要保留

chsh == change shell

chmod == change mode ##更改模式

chown == change owner ##更改所有者

chgrp == change group ##变更群组

bash == bourne again shell ##

zsh == z shell ##

linux vi命令_linux解压命令_linux命令

ksh == korn shell ##

ssh == secure shell ##安全命令

---------------------------------------------------------------------------------------

递归缩写类

gnu == gnu is not unix ##

php == php hypertext preprocessor ##

RPM == RPM package manager

WINE == WINE is not an emulator ##

PNG == PNG is not GIF ##

nano == nano is another editor ##nano 是另一个 编辑器

---------------------------------------------------------------------------------------

如果只有一个单词linux命令linux命令,通常取每个音节的首字母

linux解压命令_linux命令_linux vi命令

cp == copy

ln == link ##连接

ls == list ##列表、目录

mv == move ##移动

rm ==remove ##移动

---------------------------------------------------------------------------------------

对于目录通常使用前几个字母作为缩写

bin == binaries

dev == devices

etc == etcetera

lib == library

var == variable

linux命令_linux vi命令_linux解压命令

proc == processes

sbin == superuser binaries

tmp == temporary

usr == unix shared resources ##unix 共享资源

###这种缩写的其他情况

diff == differences

cal == calender

cat == catenate

ed == editor

exec == execute

tab == table

regexp == regular expression

dmesg == diagnostic message ##错误报告

 上一个教程:【fct命令 linux】