码迷,mamicode.com
首页 > 系统相关 > 详细

linux 常用命令缩写来源

时间:2020-12-29 11:40:10      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:python   命名   make   lsm   text   home   路径   director   前台   

LS:list(列出目录内容)
cd:change directory(改变目录)
su:switch user(切换用户)
rpm:redhat package manger(红帽子打包管理器)
pwd:print work directory(打印当前目录,现示当前工作目录的绝对路径)
ps:process status(进程状态,类似于wins任务管理器)
常用参数: -auxf ps -auxf (进程现示状态)
df:disk free(显示磁盘可用空间数目信息及空间节点信息。换句话说,就是查看在任何安装的设备或目录中还剩多少自由空间)
rpm:redhat package management(是红帽的发明之一)
rmdir:remove directory(删除目录)
rm:remove(删除目录或文件)
cat:concatenate(连锁)
cat file 1 file 2 >> file 3(把文件1和文件2的内容联合起来放进 文件3 中)
insmod:install module(载入模块)
in -s :link -soft(创建一个软链接,相当于创建一个快捷方式)
mkdir:make directory(创建目录)
touch man:manual
pwd:print working directory (以绝对路径的方式显示用户当前的工作目录)
ls:list files (显示目录列表)
mkfs:make file system (创建linux系统文件)
fsck:file system check(用于检查并试图修复文件系统中错误)
uname:unix name(用于打印当前系统相关信息)
df:disk free(用于显示磁盘分区上可用的磁盘空间)
du:disk usage(查看已使用空间)
lsmod:list modules(用于显示已加载到内核模块的状态信息)
mv:move file (移动文件)
cp:copy file(复制文件)
ln:link file(用于文件创建连接分为硬盘连接和符号连接)
fg:foreground(用于后台作业放到前台终端运行)
bg:background(用于将作业放到后台运行)
chown:change owner(改变某和文件或目录所有者和所属的组,,)
chgrp:change group(用于改变文件或所属的用户组)
chmod:change mode(用于变更文件或目录的权限)
umount:unmount(用于卸载已经加载的系统文件)
dd:本来应该根据 “convert an copy”的功能描述命名为“cc”,但是 cc 已经用来代表 c complier。所以dd表示 convert an copy。
tar:tape archive
ldd:list dynamic dependencies
insmod:install module
rmmod:remove module
lsmod:llist module
文件结尾的rc:resource configratin(如 .xinitrc, .bashrc等)
knnxxx/snnxxx(位于rcx.d目录下):k(kill),s(service);nn(执行顺序号);xxx(服务标识)
.a(扩展名a):archive ,static library
.s(扩展名so):shared object,dynamically linked library
.o(扩展名o):olbject file, compiled result of c/c++ source file
RPM: redhat package manager
dpkg: debian package manager
apt: advanced package tool
部分linux命令缩
bin=binarines
/dev = devices
/dev = etcetera
/lib = library
/proc = processes
/sbin= superuser binaries
/tmp=temporary
/usr=unix shared resources
/var=variable
? fifo=first in ,fitst 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

linux 常用命令缩写来源

标签:python   命名   make   lsm   text   home   路径   director   前台   

原文地址:https://www.cnblogs.com/devgis/p/14180923.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!