cal = CALendar 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
cron = Chronos 希腊文时间
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
du = Disk Usage
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
Fish = the Friendly Interactive SHell

file = file 查看文件类型,是否是二进制等
fmt = format
fsck = File System ChecK
fstab = FileSystem TABle
fvwm = F*** Virtual Window Manager
gawk = GNU AWK

gcc = general public licence (GNU) compiler collection 编译程序会产生二进制a.out文件
gpg = GNU Privacy Guard

grep = Global search regular expression and print out line
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

make = make 
man = MANual pages 之前曾困惑过一段时间,被人笑话:多看man,少看woman
mawk = Mike Brennan's AWK
mc = Midnight Commander
MIME = Multipurpose Internet Mail Extensions
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 Groper
pirntcap = PRINTer CAPability
popd = POP Directory
pr = pre
printf = PRINT Formatted
ps = Processes Status
pty = pseudo tty
pushd = PUSH Directory
pwd = Print Working Directory
rc = runcom = run command, rc还是plan9的shell
rev = REVerse
rm = ReMove
rn = Read News
roff = RunOFF
rpm = RPM Package Manager = RedHat Package Manager
rsh, rlogin, rvim中的r = Remote
rxvt = ouR XVT
seamoneky = 我
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 或 Switch User(前者较常见)
sudo = superuser / substitue user do 在ubuntu下更倾向于superuser,因为它代表了root权限
svn = SubVersioN
tar = Tape ARchive
tcsh = TENEX C shell
tee = T (T形水管接口)
telnet = TEminaL over Network
termcap = terminal capability
terminfo = terminal information
tex = τέχνη的缩写,希腊文art
tr = traslate
troff = Typesetter new ROFF
tsort = Topological SORT
tty = TeleTypewriter 电传打字机?没用过。不知道与ubuntu的text界面是怎么联系起来的。
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 稍微好一点。
vim = Vi IMproved
wall = write all
wc = Word Count
wine = WINE Is Not an Emulator 太搞了,和GNU's Not Unix有得一拼
xargs = eXtended ARGuments
xdm = X Display Manager
xlfd = X Logical Font Description
xmms = X Multimedia System
xrdb = X Resources DataBase
xwd = X Window Dump
yacc = yet another compiler compiler

pwd = Print work diretory

Linux命令简写和全称-2相关推荐

  1. Linux命令简写与全称

    linux下的很多目录,shell下的很多命令的英文经常让人一头雾水,其实溯其源头,往往是件有趣的事情,其中有些含有这群Geek的幽默诙谐,或者一个小故事. 下面是一份缩写的对照表,仅供参考~ su: ...

  2. Linux命令简写和全称

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

  3. linux命令简写和全称和功能,Linux命令简写和全称

    bin = BINaries #下面的是一些二进制程序文件 /dev = DEVices  #下面的是一些硬件驱动 /etc = ETCetera #目录存放着各种系统配置文件,类似于windows下 ...

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

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

  5. Linux命令对应英文全称

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

  6. 看了Linux命令的全称,顿时豁然开朗

    很多人感慨Linux不好学,命令记不住,其实常用的Linux命令不超过30个,而且很多都是单词的简写,这要比记忆英文单词容易太多了.如果看到每个命令的全称,更加豁然开朗. 基本命令 pwd = pri ...

  7. 【Linux】Linux基础命令及英文全称

    文章目录 一.系统启动一般流程 1.1 Windows 1.2 Linux 1.2.1 Linux简单驱动程序框架 二.S3C2440内部资源 三.命令入门 3.1 终端Teminal 3.2 Lin ...

  8. Linux命令:dpkg【dpkg命令的英文全称是“Debian package”,故名意思是Debian Linux系统用来安装、创建和管理软件包的实用工具】

    dpkg命令的英文全称是"Debian package",故名意思是Debian Linux系统用来安装.创建和管理软件包的实用工具. 语法格式 dpkg [参数] 常用参数: - ...

  9. linux 命令英文全称,linux 命令英文全称

    linux 命令英文全称 目录 /bin = BINaries /dev = DEVices /etc = ETCetera /lib = LIBrary /proc = PROCesses /sbi ...

最新文章

  1. 你想建设一个能承受500万PV/每天的网站吗?如果计算呢?
  2. opencv setTo()
  3. win2003 shutdown命令
  4. jquery中的事件和动画
  5. ERP兵法——从案例透视方法(实施篇下)
  6. 使用mysqlbinlog恢复指定表
  7. 行业分析-实战价值方法
  8. JAVA将ResultSet结果集遍历到List中
  9. c语言改错和填空能运行吗,C语言改错填空编程
  10. PHP array_filter()函数与示例
  11. JavaScript 22岁生日快乐!
  12. mysql索引的增删_mysql索引的增删改查怎么实现?
  13. JavaWeb项目实战(1)数据库环境搭载
  14. LODOP不同打印机出现偏移问题
  15. 自定义按键_NS推送10.0.0版本更新 新增按键自定义和数据转移功能
  16. react中将html字符串渲染到页面
  17. 银河麒麟Linux系统安装谷歌浏览器
  18. 各地“十四五”规划促智能网联新发展 | 政策解读系列
  19. Car Net全文翻译
  20. CentOS7“ 趣味”命令 牛说:火车在天上飞 ,我吹的。

热门文章

  1. 一个双线程下同一时候操作指针变量导致野指针出现的问题总结
  2. runtime消息转发机制
  3. sizeof,终极无惑(上)
  4. VMware 修复多款产品中的高危漏洞
  5. CISA 已遭利用漏洞列表新增17项
  6. Kaseya 修复供应链勒索攻击事件中被利用的缺陷
  7. Hexo博客系列(三)-将Hexo v3.x个人博客发布到GitLab Pages
  8. 新裝win7虚拟机设置记录-20180909
  9. 优秀第三方库-图片浏览
  10. 深度学习与人工智能革命:part IV