访问手机版  

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

招聘|合作 登陆|注册

网络工程师培训

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

linux常用命令的英文单词缩写(收集)

时间:2019-07-27

linux常用命令_linux命令中的head命令_linux常用shell命令

命令缩写:

ls:list(列出目录)在Linux中,ls使用频率非常高

ll 相当于Windows中的查看属性,他拥有替换 ls -l

cd:Change Directory(改变目录) 用来改变工作目录

su:switch user 切换用户

rpm:redhat package manager 红帽子打包管理器

pwd:print work directory 打印当前目录 显示出当前工作目录的绝对路径

ps: process status(进程状态,类似于windows的任务管理器) 常用参数:-auxf

ps -auxf 显示进程状态

df: disk free 其功能是显示磁盘可用空间数目信息及空间结点信息。换句话说,就是报告在任何安装的设备或目录中,还剩多少自由的空间。

rpm: 即RedHat Package Management,是RedHat的发明之一

rmdir:Remove Directory(删除目录)

rm:Remove(删除目录或文件)

comm -1 file1 file2 比较两个文件的内容只删除 ‘file1’ 所包含的内容。 2 # 把file1,file2,file3连接在一起,并且重定向到combined_file中.。mget file1 file2 file3 filen 从服务器上下载多个文件。

insmod: install module,载入模块

ln -s : link -soft 创建一个软链接,相当于创建一个快捷方式

mkdir:Make Directory(创建目录

touch

man: Manual

pwd:Print working directory

su:Swith user

cd:Change directory

ls:List files

ps:Process Status

mkdir:Make directory 创建目录 Linux中只有 目录linux常用命令,没有文件夹之说

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”

linux常用shell命令_linux命令中的head命令_linux常用命令

tar:Tape archive

ldd:List dynamic dependencies

insmod:Install module

rmmod:Remove module

lsmod:List module

3.从resourcedll项目中删除rc文件、resource.h文件、resourcedll.rc2文件和res目录。rc文件和resource.h文件。设置x默认字符集:在 ~/.bashrc、~/.xinitrc 或 ~/.xprofile 中加入。

Knnxxx / Snnxxx(位于rcx.d目录下):K(Kill);S(Service);nn(执行顺序号);xxx(服务标识)

 上一个教程:Linux中vim命令详解