找回密码
 立即注册

推荐阅读

  • 便民服务
  • 关注我们
  • 社区新手
本帖最后由 宝安9期—罗潇 于 2021-1-31 19:30 编辑

  • pwd: print work directory 打印当前目录 显示出当前工作目录的绝对路径
  • ps: process status(进程状态,类似于windows的任务管理器)
    常用参数:-auxf
    ps -auxf 显示进程状态
  • df: disk free 其功能是显示磁盘可用空间数目信息及空间结点信息。换句话说,就是报告在任何安装的设备或目录中,还剩多少自由的空间。
  • du: Disk usage
  • rpm:即RedHat Package Management,是RedHat的发明之一
  • rmdir:Remove Directory(删除目录)
  • rm:Remove(删除目录或文件)
  • cat: concatenate 连锁
  • cat file1file2>>file3 把文件1和文件2的内容联合起来放到file3中
  • insmod: install module,载入模块
  • ln -s : link -soft 创建一个软链接,相当于创建一个快捷方式
  • mkdir:Make Directory(创建目录)
  • touch: touch
  • man: Manual
  • su:Swith user(切换用户)
  • cd:Change directory
  • ls:List files
  • ps:Process Status
  • mkdir:Make directory
  • rmdir:Remove directory
  • mkfs: Make file system
  • fsck:File system check
  • uname: Unix name
  • 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"已经被用以代表"CComplier",所以命名为"dd"
  • tar:Tape archive (磁带档案)
  • ldd:List dynamic dependencies
  • insmod:Install module
  • rmmod:Remove module
  • lsmod:List module
  • 文件结尾的"rc"(如.bashrc、.xinitrc等):Resource configuration
  • Knnxxx /Snnxxx(位于rcx.d目录下):K(Kill);S(Service);nn(执行顺序号);xxx(服务标识)
  • .a(扩展名a):Archive,static library
  • .so(扩展名so):Shared object,dynamically linked library
  • .o(扩展名o):Object file,complied result of C/C++ source file
  • RPM:Red hat package manager
  • dpkg:Debian package manager
  • apt:Advanced package tool(Debian或基于Debian的发行版中提供)
其他 Linux 命令缩写
  1. bin = Binaries (二进制文件)

  2. /dev = Devices (设备)

  3. /etc = Etcetera (等等)

  4. /lib = LIBrary

  5. /proc = Processes

  6. /sbin = Superuser Binaries (超级用户的二进制文件)

  7. /tmp = Temporary (临时)

  8. /usr = Unix Shared Resources

  9. /var = Variable (变量)

  10. FIFO = First In, First Out

  11. GRUB = GRand Unified Bootloader

  12. IFS= Internal Field Seperators

  13. LILO = LInux LOader

  14. MySQL = My 是最初作者女儿的名字,

  15. SQL = Structured QueryLanguage

  16. PHP = Personal Home Page Tools = PHP HypertextPreprocessor

  17. PS = Prompt String

  18. Perl = “Pratical Extraction and Report Language”(实际的抽取和报告语言) =”Pathologically Eclectic Rubbish Lister”

  19. Python 得名于电视剧Monty Python’s Flying Circus

  20. Tcl = Tool Command Language

  21. Tk = ToolKit

  22. VT = Video Terminal

  23. YaST = Yet Another Setup Tool

  24. apache = “a patchy” server

  25. apt = Advanced Packaging Tool

  26. ar = archiver

  27. as = assembler

  28. awk = “Aho Weiberger and Kernighan”三个作者的姓的第一个字母

  29. bash = Bourne Again SHell

  30. bc = Basic (Better) Calculator

  31. bg = BackGround

  32. biff = 作者HeidiStettner在U.C.Berkely养的一条狗,喜欢对邮递员汪汪叫。

  33. cal = Calendar (日历)

  34. cat = Catenate (链接)

  35. cd = Change Directory

  36. chgrp = Change Group

  37. chmod = Change Mode

  38. chown = Change Owner

  39. chsh = Change Shell

  40. cmp = compare

  41. cobra = Common Object Request BrokerArchitecture

  42. comm = common

  43. cp = Copy

  44. cpio = CoPy In and Out

  45. cpp = C Pre Processor

  46. cron = Chronos 希腊文时间

  47. cups = Common Unix Printing System

  48. cvs = Current Version System

  49. daemon = Disk And Execution MONitor

  50. dc = Desk Calculator

  51. dd = Disk Dump (磁盘转储)

  52. df = Disk Free

  53. diff = Difference

  54. dmesg = diagnostic message

  55. du = Disk Usage

  56. ed = editor

  57. egrep = Extended GREP

  58. elf = Extensible Linking Format

  59. elm = ELectronic Mail

  60. emacs = Editor MACroS

  61. eval = EVALuate

  62. ex = EXtended

  63. exec = EXECute (执行)

  64. fd = file descriptors

  65. fg = ForeGround

  66. fgrep = Fixed GREP

  67. fmt = format

  68. fsck = File System ChecK

  69. fstab = FileSystem TABle

  70. fvwm = F*** Virtual Window Manager

  71. gawk = GNU AWK

  72. gpg = GNU Privacy Guard

  73. groff = GNU troff

  74. hal = Hardware Abstraction Layer

  75. joe = Joe’s Own Editor

  76. ksh = Korn SHell

  77. lame = Lame Ain’t an MP3 Encoder

  78. lex = LEXical analyser

  79. lisp = LISt Processing = Lots of IrritatingSuperfluous Parentheses

  80. ln = Link

  81. lpr = Line PRint

  82. ls = list

  83. lsof = LiSt Open Files

  84. m4 = Macro processor Version 4

  85. man = MANual pages

  86. mawk = Mike Brennan’s AWK

  87. mc = Midnight Commander

  88. mkfs = MaKe FileSystem

  89. mknod = Make Node

  90. motd = Message of The Day

  91. mozilla = MOsaic GodZILLa

  92. mtab = Mount TABle

  93. mv = Move

  94. nano = Nano’s ANOther editor

  95. nawk = New AWK

  96. nl = Number of Lines

  97. nm = names

  98. nohup = No HangUP

  99. nroff = New ROFF

  100. od = Octal Dump

  101. passwd = Passwd

  102. pg = pager

  103. pico = PIne’s message COmposition editor

  104. pine = “Program for Internet News &Email” = “Pine is not Elm”

  105. ping = 拟声 又 = Packet Internet Grouper

  106. pirntcap = PRINTer CAPability

  107. popd = POP Directory

  108. pr = pre

  109. printf = Print Formatted

  110. ps = Processes Status

  111. pty = pseudo tty

  112. pushd = PUSH Directory

  113. pwd = Print Working Directory

  114. rc = runcom = run command, rc还是plan9的shell

  115. rev = REVerse

  116. rm = ReMove

  117. rn = Read News

  118. roff = RunOFF

  119. rpm = RPM Package Manager = RedHat PackageManager

  120. rsh, rlogin, rvim中的

  121. r = Remote

  122. rxvt = ouR XVT

  123. seamoneky = 我

  124. sed = Stream Editor

  125. seq = SEQuence

  126. shar = Shell ARchive

  127. slrn = S-Lang rn

  128. ssh = Secure Shell

  129. ssl = Secure Sockets Layer

  130. stty = Set TTY

  131. su = Substitute User

  132. svn = SubVersion

  133. tar = Tape ARchive

  134. tcsh = TENEX C shell

  135. tee = T (T形水管接口)

  136. telnet = TEminaL over Network

  137. termcap = terminal capability

  138. terminfo = terminal information

  139. tex = τέχνη的缩写,希腊文art

  140. tr = traslate

  141. troff = Typesetter new ROFF

  142. tsort = Topological SORT

  143. tty = TeleTypewriter

  144. twm = Tom’s Window Manager

  145. tz = TimeZone

  146. udev = Userspace DEV

  147. ulimit = User’s LIMIT

  148. umask = User’s MASK

  149. uniq = UNIQue

  150. i = VIsual = Very Inconvenient

  151. vim = Vi IMproved

  152. wall = write all

  153. wc = Word Count

  154. wine = WINE Is Not an Emulator

  155. xargs = eXtended ARGuments

  156. xdm = X Display Manager

  157. xlfd = X Logical Font Description

  158. xmms = X Multimedia System

  159. xrdb = X Resources DataBase

  160. xwd = X Window Dump

  161. yacc = yet another compiler compiler

  162. Fish = the Friendly Interactive SHell

  163. su = Switch User

  164. MIME = Multipurpose Internet Mail Extensions

  165. ECMA = European Computer ManufacturersAssociation
复制代码


本帖被以下淘专辑推荐:

  • · Linux|主题: 6, 订阅: 0
分享至 : QQ空间
收藏
技术无它,唯手熟尔!!

0 个回复

您需要登录后才可以回帖 登录 | 立即注册