man: manual 意思是手册,可以用这个命令查询其他命令的用法。pwd:print working directory 显示当前工作路径。su:swith user 切换用户,切换到root用户cd:change directory 切换目录ls:list files 列出目录下的文件ps:process status 进程状态mkdir:make directory 建立目录rmdir:remove directory 移动目录mkfs: make file system 建立文件系统fsck:file system check 文件系统检查cat: concatenate 串联uname: unix name 系统名称df: disk free 空余硬盘du: disk usage 硬盘使用率lsmod: list modules 列表模块mv: move file 移动文件rm: remove file 删除文件cp: copy file 复制文件ln: link files 链接文件fg: foreground 前景bg: background 背景chown: change owner 改变所有者chgrp: change group 改变用户组chmod: change mode 改变模式umount: unmount 卸载dd: 本来应根据其功能描述"convert an copy"命名为"cc",但"cc"已经被用以代表"c complier",所以命名为"dd"tar:tape archive 解压文件ldd:list dynamic dependencies 列出动态相依insmod:install module 安装模块rmmod:remove module 删除模块lsmod:list module 列表模块
转载于:https://www.cnblogs.com/yuhebin/p/11017707.html