su:Swith user  切换用户,切换到root用户
cat: Concatenate  串联
uname: Unix name  系统名称
df: Disk free  空余硬盘
du: Disk usage 硬盘使用率
chown: Change owner 改变所有者
chgrp: Change group 改变用户组
ps:Process Status  进程状态
tar:Tape archive 解压文件
chmod: Change mode 改变模式
umount: Unmount 卸载
ldd:List dynamic dependencies 列出动态相依
insmod:Install module 安装模块
rmmod:Remove module 删除模块
lsmod:List module 列表模块
alias :Create your own name for a command
bash :GNU Bourne-Again Shell  linux内核 
grep:global regular expression print
httpd :Start Apache
ipcalc :Calculate IP information for a host
ping :Send ICMP ECHO_Request to network hosts
reboot: Restart your computer
sudo:Superuser do
 
/bin = BINaries 
/dev = DEVices 
/etc = ETCetera 
/lib = LIBrary 
/proc = PROCesses 
/sbin = Superuser BINaries 
/tmp = TeMPorary 
/usr = Unix Shared Resources 
/var = VARiable 
FIFO = First In, First Out 
GRUB = GRand Unified Bootloader 
IFS = Internal Field Seperators 
LILO = LInux LOader 
MySQL = My最初作者的名字SQL = Structured Query Language 
PHP = Personal Home Page Tools = PHP Hypertext Preprocessor 
PS = Prompt String 
Perl = "Pratical Extraction and Report Language" = "Pathologically Eclectic Rubbish Lister" 
Python Monty Python's Flying Circus 
Tcl = Tool Command Language 
Tk = ToolKit 
VT = Video Terminal 
YaST = Yet Another Setup Tool 
apache = "a patchy" server 
apt = Advanced Packaging Tool 
ar = archiver 
as = assembler 
bash = Bourne Again SHell 
bc = Basic (Better) Calculator 
bg = BackGround 
cal = CALendar 
cat = CATenate 
cd = Change Directory 
chgrp = CHange GRouP 
chmod = CHange MODe 
chown = CHange OWNer 
chsh = CHange SHell 
cmp = compare 
cobra = Common Object Request Broker Architecture 
comm = common 
cp = CoPy 
cpio = CoPy In and Out 
cpp = C Pre Processor 
cups = Common Unix Printing System 
cvs = Current Version System 
daemon = Disk And Execution MONitor 
dc = Desk Calculator 
dd = Disk Dump 
df = Disk Free 
diff = DIFFerence 
dmesg = diagnostic message 
ed = editor 
egrep = Extended GREP 
elf = Extensible Linking Format 
elm = ELectronic Mail 
emacs = Editor MACroS 
eval = EVALuate 
ex = EXtended 
exec = EXECute 
fd = file descriptors 
fg = ForeGround 
fgrep = Fixed GREP 
fmt = format 
fsck = File System ChecK 
fstab = FileSystem TABle 
fvwm = F*** Virtual Window Manager 
gawk = GNU AWK 
gpg = GNU Privacy Guard 
groff = GNU troff 
hal = Hardware Abstraction Layer 
joe = Joe's Own Editor 
ksh = Korn SHell 
lame = Lame Ain't an MP3 Encoder 
lex = LEXical analyser 
lisp = LISt Processing = Lots of Irritating Superfluous Parentheses 
ln = LiNk 
lpr = Line PRint 
ls = list 
lsof = LiSt Open Files 
m4 = Macro processor Version 4 
man = MANual pages 
mawk = Mike Brennan's AWK 
mc = Midnight Commander 
mkfs = MaKe FileSystem 
mknod = MaKe NODe 
motd = Message of The Day 
mozilla = MOsaic GodZILLa 
mtab = Mount TABle 
mv = MoVe 
nano = Nano's ANOther editor 
nawk = New AWK 
nl = Number of Lines 
nm = names 
nohup = No HangUP 
nroff = New ROFF 
od = Octal Dump 
passwd = PASSWorD 
pg = pager 
pico = PIne's message COmposition editor 
pine = "Program for Internet News & Email" = "Pine is not Elm" 
ping =  Packet InterNet Grouper 
pirntcap = PRINTer CAPability 
popd = POP Directory 
pr = pre 
printf = PRINT Formatted 
pty = pseudo tty 
pushd = PUSH Directory 
pwd = Print Working Directory 
rc = runcom = run command, shell 
rev = REVerse 
rm = ReMove 
rn = Read News 
roff = RunOFF 
rpm = RPM Package Manager = RedHat Package Manager 
rsh, rlogin, = Remote 
rxvt = ouR XVT 
sed = Stream EDitor 
seq = SEQuence 
shar = SHell ARchive 
slrn = S-Lang rn 
ssh = Secure SHell 
ssl = Secure Sockets Layer 
stty = Set TTY 
su = Substitute User 
svn = SubVersioN 
tcsh = TENEX C shell 
telnet = TEminaL over Network 
termcap = terminal capability 
terminfo = terminal information 
tr = traslate 
troff = Typesetter new ROFF 
tsort = Topological SORT 
tty = TeleTypewriter 
twm = Tom's Window Manager 
tz = TimeZone 
udev = Userspace DEV 
ulimit = User's LIMIT 
umask = User's MASK 
uniq = UNIQue 
vi = VIsual = Very Inconvenient 
vim = Vi IMproved

Linux对应的英文全称相关推荐

  1. Linux常用命令英文全称与中文解释Linux系统

    Linux常用命令英文全称与中文解释Linux系统 man: Manual 意思是手册,可以用这个命令查询其他命令的用法. pwd:Print working directory 意思是密码. su: ...

  2. Linux常用命令英文全称与中文解释 (pwd、su、df、du等)

    Linux常用命令英文全称与中文解释 apt: Advanced Packaging Tool 高级包装工具 cp: Copy file  复制文件 cat: Concatenate  串联 cd:C ...

  3. [linux] 命令对应英文全称

    Linux常用命令英文全称与中文解释Linux系统 man: Manual 意思是手册,可以用这个命令查询其他命令的用法. pwd:Print working directory 意思是密码. su: ...

  4. Linux常用命令英文全称与中文解释

    Linux常用命令英文全称与中文解释 man: Manual 意思是手册,可以用这个命令查询其他命令的用法. pwd:Print working directory 意思是密码. su:Swith u ...

  5. Linux 基础指令英文全称

    Linux 基础指令英文全称 指令 英文 作用 atq AT Queue 列出等待的计划任务 atrm AT ReMove 删除等待的任务 cat CATenate 正序列出文本,tac逐行倒叙列出 ...

  6. Linux常用命令英文全称以及中文释义【表格版】

    [文字版指路]------->Linux常用命令英文全称以及中文解释[文字版] 常用命令 英文全称 中文释义 apt advanced package tool 高级包工具 awk Aho We ...

  7. Linux常用命令英文全称以及中文解释

    之前用Linux命令的时候,如果熟悉对应英文的含义,更有助于理解相应的命令. man: Manual 意思是手册,可以用这个命令查询其他命令的用法.这个命令类似其他语言 比如MATLAB中的help命 ...

  8. linux常用命令英文全称及其中文注释【史上最全】

    今天整理了下常用的linux命令,图片忘了从哪个网站转过来的,如果侵权的话告我添加链接或者删除,谢谢总结的怎么好...命令如下所示 一.中英对照 注:236行,一行行复制到txt后,在用notpad+ ...

  9. Linux常见命令英文全称

    su:Swith user  切换用户,切换到root用户 cat: Concatenate  串联 uname: Unix name  系统名称 df: Disk free  空余硬盘 du: Di ...

最新文章

  1. MyCAT-1.4-RC性能测试(初步施工)
  2. 基于能量或过零率的实时语音分割--学习笔记
  3. (Python)from collections import Counter统计包
  4. 如何使用python效率办公_日常office工作中如何用python提升效率014
  5. 印象笔记 还回快捷_模块化编辑器、OCR、素材库...一大波新功能来袭丨印象笔记7周年现场实况...
  6. Android核心程序之SystemUI - (一)开篇
  7. 外部服务发现之 ingress(一) traefik 的安装使用
  8. PHP怎么使用ckeditor集成,php调用ckeditor?怎么调用ckeditor
  9. js-格式化数字保留两位小数-带千分符
  10. postman接口测试如何发送json
  11. opencv给图片加中文水印
  12. 苹果开发者暂停支付收入
  13. Linux C/C++开发的难度到底在哪?大厂岗位要求
  14. Flume+Kafka+Storm+Redis构建大数据实时处理系统:实时统计网站PV、UV+展示
  15. 2023考研数学真题及答案解析!
  16. [C/C++] 十进制数转二进制
  17. comsol-亥姆霍兹线圈
  18. 开发单片机常见的IDE有哪些?
  19. 51单片机C语言程序100例分析(1)IO+C语言+头文件
  20. 什么是HSV色彩空间

热门文章

  1. java-net-php-python-ssm车辆保养管理系统计算机毕业设计程序
  2. 中央民族大学计算机排名2015,2015年985大学排名排名汇总
  3. Hibernate查询多个表的数据的方法
  4. Linux 服务器的安全保障,看看这些
  5. MySQL5.6与5.7的区别——及MySQL5.6版本安装
  6. python基于PHP+MySQL的健身俱乐部网站的设计与实现
  7. CSS太阳地球月亮转圈圈loading
  8. 易语言连接mysql学习_[易语言]连接MYSQL数据库学习
  9. 2020Web前端的学习之路,以及反省自身的不足之处。
  10. 【Linux】线程互斥