匠人学院 JR Academy学AI来匠人
匠人学院 JR Academy学AI来匠人

Follow Us

linkedinfacebooktwitterinstagramweiboyoutubebilibilitiktokxigua

We Accept

/image/layout/pay-paypal.png/image/layout/pay-visa.png/image/layout/pay-master-card.png/image/layout/pay-airwallex.png/image/layout/pay-alipay.png
EN

关于公司

关于我们元宇宙课堂新闻资讯匠人工作成为导师匠人导师联系我们匠人商店J3.Club

匠人资源

工作内推匠人活动1对1私教行业白皮书线上学习平台面试中心分享面试经验Internship会员中心

AI 工具

AI 工具箱考证匠 Cert Master求职匠 Job Hunter牛小匠 UniMate AI

AI 学习方向

全部学习方向AI EngineerContext EngineeringVibe CodingPrompt MasterAI BuilderAI 产品经理Python 入门

AI 应用提效

AI 办公提效AI 数据分析AI 财务AI 内容创作AI 视觉创作前端开发Hermes AgentOpenClaw 本地智能体

大学资源

墨尔本大学昆士兰大学新南威尔士大学悉尼大学莫那什大学阿德莱德大学RMITQUTUTS

少儿 AI 教育

Airbotix 少儿 AI 编程澳洲家长实用资料库NAPLAN 成绩单怎么看My School 学校数据指南悉尼私校学费 2026少儿编程课程与训练营

移民服务

澳洲移民技术移民189/190/491雇主担保482/186/494投资移民188/888英国移民美国移民加拿大移民

企业合作

P3职业孵化器Enterprise (EN)企业培训实习合作招聘合作申请合作

求职代理

岗位代投职位监控LinkedIn代运营LinkedIn人脉代加了解P3项目

匠人支持

FAQsTerms & ConditionsPrivacy PolicyCancellation & Refund PolicySite map

Top Categories

Web全栈班DevOps项目班数据工程全栈班数据分析项目班编程入门班Business Analyst实习算法集训营

求职就业

BA和产品经理实习数据科学实习数据分析实习Marketing实习简历修改面试指导导师指导VIP

地址

Level 10b, 144 Edward Street, Brisbane CBD(Headquarter)
Level 2, 171 La Trobe St, Melbourne VIC 3000
四川省成都市武侯区桂溪街道天府大道中段500号D5东方希望天祥广场B座45A13号
Business Hub, 155 Waymouth St, Adelaide SA 5000

联系方式

hello@jiangren.com.au0421-672-555

Disclaimer

footer-disclaimerfooter-disclaimer

JR Academy acknowledges Traditional Owners of Country throughout Australia and recognises the continuing connection to lands, waters and communities. We pay our respect to Aboriginal and Torres Strait Islander cultures; and to Elders past and present. Aboriginal and Torres Strait Islander peoples should be aware that this website may contain images or names of people who have since passed away.

匠人学院网站上的所有内容,包括课程材料、徽标和匠人学院网站上提供的信息,均受澳大利亚政府知识产权法的保护。严禁未经授权使用、销售、分发、复制或修改。违规行为可能会导致法律诉讼。通过访问我们的网站,您同意尊重我们的知识产权。JR Academy Pty Ltd 保留所有权利,包括专利、商标和版权。任何侵权行为都将受到法律追究。查看用户协议

© 2017-2026 JR Academy Pty Ltd. All rights reserved.

ABN 26621887572

首页/资源中心/文章详情
JR Academy · Blog职业洞察

Linux常用命令全拼

Linux常用命令全拼。命令缩写: ps: process status(进程状态,类似于windows的任务管理器) 。常用参数:-auxf 。ps -auxf 显示进程状态。 df: disk free 其功能是显示磁盘可用空间数目信息及空间结点信息。换句话说,就是报告在任何安装的设备或目录中,还剩多少自由的空间。du: Disk usage

发布日期2018-10-11
阅读时长1 分钟
作者JiangRen Mr

命令缩写:

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 

 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命令缩写

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 QueryLanguage  

PHP = Personal Home Page Tools = PHP HypertextPreprocessor 

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 = 作者HeidiStettner在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 BrokerArchitecture 

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 IrritatingSuperfluous 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 = Passwd

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 PackageManager 

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

i = 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 

Fish = the Friendly Interactive SHell 

su = Switch User 

MIME = Multipurpose Internet Mail Extensions 

ECMA = European Computer ManufacturersAssociation 

linux
作者JiangRen Mr
一键分享或复制链接
JiangRen Mr
Reviewer: JiangRen Mr

Founder of JR Academy

查看该作者的更多文章 →
← 上一篇IT杂谈|2018年澳洲工作签证的申请条件会有哪儿些变化?下一篇 →面试小技巧丨快脱掉你那身黑西装!

相关文章推荐

Introduction to the Mac OS X Command Line

2018-11-22

匠人培训·新增医疗人工智能项目

2018-09-15

Claude直接送开发者6个月Max额度❗

2026-09-09

OpenAI开发者大会❗人在澳洲也能看

2026-09-08

悉尼大学二手书市集回来了!连续5天🆓逛📚

2026-09-08

🇦🇺新发现!悉大9月居然有个🆓文化节

2026-09-07
查看全部文章 →
JR Academy
全球华人学习 AI 第一站
✓15000+ 学员
✓50+ 课程
✓AI 驱动学习平台
训练营免费资源AI学习职业辅导
精选推荐
AI 职业影响地图
测测你的职业风险等级,查看转型路径与学习方向
热门工具
AI & 数据训练营
系统化课程 + 真实项目实战,快速提升竞争力
热门课程
1v1 就业辅导
资深导师一对一指导,简历优化 + 面试准备
就业保障
企业内训定制
AI 技能培训方案,助力团队升级
企业服务
热门标签
Vibe CodingAI 编程CursorClaude求职攻略Prompt前端开发后端开发
订阅更新

获取最新 AI 学习资源、技术教程和求职攻略,直接送达邮箱。

我们尊重您的隐私,不会发送垃圾邮件