Linux 命令缩写部分解释
转:http://blog.chinaunix.net/uid-28408358-id-3890783.html
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 
 awk = "Aho Weiberger and Kernighan" 三个作者的姓的第一个字母 
 bash = Bourne Again SHell 
 bc = Basic (Better) Calculator 
 bg = BackGround 
 biff = 作者Heidi Stettner在U.C.Berkely养的一条狗,喜欢对邮递员汪汪叫。 
 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 
 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 
 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 
 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 
 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 
 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 
 wall = write all 
 wc = Word Count 
 wine = WINE Is Not an Emulator 
 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
Linux 命令缩写部分解释的更多相关文章
- Linux命令缩写的全称
		[目录|文件] ls : list(列出目录内容) pwd : print work directory(打印当前目录,现示当前工作目录的绝对路径) cd : change directory(改变目 ... 
- linux命令缩写及全称
		apt = Advanced Packaging Tool ar = archiver as = assembler awk = "Aho Weiberger and Kernighan&q ... 
- Linux命令缩写来由
		A 命令 全称 功能 备注 apt AdvancedPackaging Tool APT用来自动下载,配置,安装二进制或者源代码格式的软件包 awk Aho Weiberger and Kerni ... 
- linux 命令缩写
		su super user apt advanced packaging tool ifconfig interface configuration so shared object fsp frac ... 
- Linux系统命令缩写
		命令缩写:(转) ls:list(列出目录内容) cd:Change Directory(改变目录) su:switch user 切换用户 rpm:redhat package manager 红帽 ... 
- 【转】 Linux 命令解释(Linux基础二)
		前言 对服务器来讲,图形界面会占用更多的系统资源,而且会安装更多的服务.开放更多的端口,这对服务器的稳定性和安全性都有负面影响.其实,服务器是一个连显示器都没有的家伙,要图形界面干十么? 说到这里,有 ... 
- linux命令简写解释
		命令缩写: ls:list(列出目录内容) cd:Change Directory(改变目录) su:switch user 切换用户rpm:redhat package manager 红帽子打包管 ... 
- Linux常见命令缩写
		缩写,是简介高效地表达 unix unix-like Linux 00.命令简写 ls:list(列出目录内容)cd:Change Directory(改变目录)su:switch user ... 
- Linux系统中命令提示符解释-Linux中命令格式、分类-bash中的快捷键
		1.命令提示符 [root@mysqlserver01 opt]# [root@mysqlserver01 ~]# root 当前用户名 @ 固定的(格式) mysqlserver01 主机名 opt ... 
随机推荐
- HDU    2036    改革春风吹满地  (数学)
			题目链接 Problem Description " 改革春风吹满地, 不会AC没关系; 实在不行回老家, 还有一亩三分地. 谢谢!(乐队奏乐)" 话说部分学生心态极好,每天就知道 ... 
- [bzoj1030][JSOI2007]文本生成器——AC自动机
			Brief Description 给定一些模式串,您需要求出满足以下要求的字符串的个数. 长度为m 包含任意一个模式串 Algorithm Design 以下内容来自神犇博客 首先运用补集转换,转而 ... 
- Laravel - Property [title] does not exist on this collection instance
			When you're using get() you get a collection. In this case you need to iterate over it to get proper ... 
- Ajax的Result工具类
			ResultUtil.java package cn.qlq.util; import java.io.Serializable; public class ResultUtil<T> i ... 
- 关于hrtimer_forward小段代码的分析【转】
			转自:http://blog.csdn.net/wowuyinglingluan/article/details/45720151 版权声明:本文为博主原创文章,未经博主允许不得转载. 目录(?) ... 
- Burpsuite使用技巧
			在bp任意窗口中,选中需要转码的字符串,按ctrl+b,则可以被转换成base64编码 
- 提取windows用户明文密码
			前段时间mimikatz热传,主要是因为可以直接提取当前登录用户明文密码. 其实,有个更厉害的神器,无需那么多命令操作,一个命令搞定: C:\>wce -w WCE v1.3beta (Wind ... 
- npm命令要记
			npm list - depth 0 查看依赖 cnpm install 安装 npm outdated 查看模块过时 npm cache clear 
- HDU 6333.Problem B. Harvest of Apples-组合数C(n,0)到C(n,m)求和-组合数学(逆元)+莫队 ((2018 Multi-University Training Contest 4 1002))
			2018 Multi-University Training Contest 4 6333.Problem B. Harvest of Apples 题意很好懂,就是组合数求和. 官方题解: 我来叨叨 ... 
- flutter 修改anroid默认example包名
