linux常用命令详解--目录和文件管理(2)
发布时间:2021-06-07
发布时间:2021-06-07
Linux 中基本的文件和目录管理命令,包括创建目录/文件、复制删除等操作
2)利用 -l 选项以长格式显示对象的详细信息: [root@svr5 ~]# ls -l /boot/vmlinuz-2.6.18-348.el5 //查看内核文件 -rw-r--r-- 1 root root 2125660 2012-11-29 /boot/vmlinuz-2.6.18-348.el5
3)利用 -h 选项显示人性化(更易读)的容量单位,需要与 -l 选项一起使用: [root@svr5 ~]# ls -lh /boot/vmlinuz-2.6.18-348.el5
-rw-r--r-- 1 root root 2.1M 2012-11-29 /boot/vmlinuz-2.6.18-348.el5
4)利用 -a、-A 选项列出的内容包含隐藏的文件/目录(以.开头的)
使用 -a 时,两个特殊的文件夹 . 和 .. 也会显示出来,分别表示当前目录、父目录: [root@svr5 ~]# ls -a /root
.Desktop .gtkrc-1.2-gnome2 .redhat
...dmrc .ICEauthority .scim
anaconda-ks.cfg .eggcups install.log .tcshrc
.bash_history .gconf install.log.syslog .Trash
.bash_logout .gconfd .lesshst .viminfo
.bash_profile .gnome ls-man.txt .Xauthority
.bashrc .gnome2 .metacity .xsession-errors
.chewing .gnome2_private .nautilus
.cshrc .gstreamer-0.10 .recently-used.xbel
若改用 -A 选项,则 . 和 .. 不会显示出来,但其他的隐藏对象会列出来:
上一篇:让作文与生活同行
下一篇:Axure快速原型设计