手机版

linux常用命令详解--目录和文件管理(10)

发布时间:2021-06-07   来源:未知    
字号:

Linux 中基本的文件和目录管理命令,包括创建目录/文件、复制删除等操作

lrwxrwxrwx 1 root root 10 09-26 11:01 mkdir -> /bin/mkdir

lrwxrwxrwx 1 root root 10 09-26 11:01 touch -> /bin/touch

4.设置命令别名alias

1)查看及验证当前已定义的命令别名: [root@svr5 ~]# alias

alias cp='cp -i'

alias l.='ls -d .* --color=tty' //--color指定ls命令的色彩模式 alias ll='ls -l --color=tty' //执行ll相当于ls -l

alias ls='ls --color=tty'

alias mv='mv -i'

alias rm='rm -i'

alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde'

[root@svr5 ~]# ll install.log //验证别名使用效果

-rw-r--r-- 1 root root 33139 07-10 17:29 install.log

[root@svr5 ~]# ls -l install.log //直接执行原始命令,效果相同 -rw-r--r-- 1 root root 33139 07-10 17:29 install.log

2)定义一个名为lh的命令别名(实际执行“ls -lh”),验证使用效果:

[root@svr5 ~]# alias lh='ls -lh --color=tty'

[root@svr5 ~]# alias

linux常用命令详解--目录和文件管理(10).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
×
二维码
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)