在centos linux中,命令的组成有?
、常用缩写 习惯
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命令打印系统
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 ##
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脚本描述语言php?
很多有标准shellsh,其他还有bash,csh,ksh,zsh等等另外还有awk,perl,python甚至php都可以作为脚本只要有相应的命令解释器就行