/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

File/Directory Basics

ls List files

cp Copy files

mv Rename files

rm Delete files

ln Link files

cd Change directory

pwd Print current directory

name

mkdir Create directory

rmdir Delete directory

File Viewing

cat View files

less Page through files

head View file beginning

tail View file ending

nl Number lines

od View binary data

xxd View binary data

gv View Postscript/PDF files

xdvi View TeX DVI files

File Creation and Editing

emacs Text editor

vim Text editor

umask Set default file

protections

soffice Edit Word/Excel/

PowerPoint docs

abiword Edit Word documents

gnumeric Edit Excel documents

File Properties

stat Display file attributes

wc Count bytes/words/lines

du Measure disk usage

file Identify file types

touch Change file timestamps

chown Change file owner

chgrp Change file group

chmod Change file protections

chattr Change advanced file

attributes

lsattr List advanced file

attributes

File Location

find Locate files

slocate Locate files via index

which Locate commands

whereis Locate standard files

File Text Manipulation

grep Search text for matching

lines

cut Extract columns

paste Append columns

tr Translate characters

sort Sort lines

uniq Locate identical lines

tee Copy stdin to a file and

to stdout simultaneously

File Compression

gzip Compress files

(GNU Zip)

compress Compress files (Unix)

bzip2 Compress files (BZip2)

zip Compress files

(Windows Zip)

File Comparison

diff Compare files line by line

comm Compare sorted files

cmp Compare files byte

by byte

md5sum Compute checksums

Disks and Filesystems

df Show free disk space

mount Make a disk accessible

fsck Check a disk for errors

sync Flush disk caches

Backups and Remote Storage

mt Control a tape drive

dump Back up a disk

restore Restore a dump

tar Read/write tape archives

cdrecord Burn a CD

linux+cd英文全称,Linux命令英文全称相关推荐

  1. Linux cd命令:切换目录

    ♥️♥️♥️♥️♥️♥️cd 命令,是 Change Directory 的缩写,用来切换工作目录. Linux 命令按照来源方式,可分为两种,分别是 Shell 内置命令和外部命令.所谓 Shell ...

  2. linux++tar打包目录,linux中tar命令打包目录与排除目录打包linux操作系统 -电脑资料...

    本文章来给各位朋友详细介绍关于linux中tar命令打包目录与排除目录打包有需要了解tar命令的使用方法的朋友可进行参考参考, 打包压缩目录很简单如下代码如下复制代码 tar -czf small.t ...

  3. linux压缩与解压缩 tar命令

    linux解压 tar命令 tar命令 tar [-cxtzjvfpPN] 文件与目录 ....  参数:  -c :建立一个压缩文件的参数指令(create 的意思):  -x :解开一个压缩文件的 ...

  4. linux tar压缩解压命令的详细解释

    tar [-cxtzjvfpPN] 文件与目录 参数: -c :建立一个压缩文件的参数指令(create 的意思): -x :解开一个压缩文件的参数指令! -t :查看 tarfile 里面的文件! ...

  5. linux新建脚本文件,linux shell脚本编程2—修改文件时间和创建新文件即touch命令的使用...

     在使用ls命令时,每个文件在Linux下面都会记录3个主要的修改时间: modification time(mtime,修改时间):当该文件的"内容数据"更改时,就会更新这个时 ...

  6. linux多个文件打包命令行,linux命令五十七之tar命令;linux多个文件压缩打包到一个压缩文件...

    tar命令linux 能够用来压缩打包单文件.多个文件.单个目录.多个目录.shell Linux打包命令_tarspa tar命令能够用来压缩打包单文件.多个文件.单个目录.多个目录..net 经常 ...

  7. linux将目录打包压缩,linux tar (打包.压缩.解压缩)命令说明 | tar如何解压文件到指定的目录?...

    linux下tar命令实用 简介 参数: -c :建立一个压缩档案的参数指令(create 的意思): -x :解开一个压缩档案的参数指令! -t :查看 tarfile 里面的档案! 特别注意,在参 ...

  8. Linux下压缩的压缩命令

    tar -zcvf /home/xahot.tar.gz /xahot tar -zcvf 打包后生成的文件名全路径 要打包的目录 例子:把/xahot文件夹打包后生成一个/home/xahot.ta ...

  9. linux cp -r 参数,Linux系统中cp命令的参数及用法详解

    Linux系统中cp命令主要是用来复制文件或者目录.下面由学习啦小编为大家整理了Linux系统中cp命令的参数及用法详解的相关知识,希望对大家有帮助! Linux系统中cp命令的参数及用法详解:参数说 ...

  10. linux zcat 使用方法,Linux系统中zcat命令的知识详解

    Linux系统中的zcat命令不同于cat命令,它不用解压缩文件就能显示压缩包文件的内容,那么下面由学习啦小编为大家整理了linux系统中zcat命令的知识详解,希望对大家有帮助! Linux系统中z ...

最新文章

  1. 2018-3-23论文一种新型智能算法--狼群算法(笔记三)实验分析单峰,多峰,可分和不可分函数
  2. 江苏省计算机学会科学技术奖,孙国梓
  3. php zip怎么安装,php如何安装zip模块?(方法介绍)
  4. 简述linux常见的安全措施,六个常用的Linux安全基本措施
  5. 【需求对接】ATR“春雨”博士后联合基金指南
  6. 浏览器图片解析失败(裂开,空白)排查思路
  7. sysadmin默认密码_Sysadmin工具,Kconfig / kbuild的秘密,11个KDE应用程序,tcpdump,Laverna,Python等
  8. 递归函数合式分解python_零基础学python-18.2 递归函数与分解递归函数的执行步骤
  9. 对JSP和Servlet的理解
  10. 多线程依次打印abcabc
  11. c/c++ 多线程 ubuntu18.04 boost编译与运行的坑
  12. HCIE-RS实验LAB1配置思路
  13. linux日志生成工具,linux系统日志管理工具logrotate之生产实例
  14. oracle热备是什么意思,Oracle冷备和热备脚本
  15. matlab语言在天线设计,matlab语言在天线设计中的运用
  16. 第6章 歌手详情页开发
  17. MU-MIMO技术让网络变神速的方法
  18. 2021年西式面点师(高级)新版试题及涵盖考试最全题库免费练习
  19. Mac电脑下载的google chrome无法使用解决方法?
  20. 迪文工控触摸屏使用modbus功能

热门文章

  1. 解决Spring框架下中文乱码的问题
  2. IIS锁定是默认设置的 (overrideModeDefault=“Deny“)问题解决
  3. 推荐系统中稀疏特征 Embedding 的优化表示方法
  4. 【报告分享】微信视频号新机遇白皮书.pdf
  5. 【网友投稿】大家都在谈裁员,我却默默干倒了3家公司!
  6. 机器学习算法总结之支持向量机(一)
  7. java上传ftp_java实现FTP文件上传与文件下载
  8. Leetcode每日一题:493.reverse-pairs(翻转对)
  9. 面试题简答题——数据库相关汇总
  10. 吴恩达机器学习(十六)机器学习流水线、上限分析