Linux 中基本的文件和目录管理命令,包括创建目录/文件、复制删除等操作
[root@svr5 ~]# ls -A /root
anaconda-ks.cfg .dmrc .gtkrc-1.2-gnome2 .recently-used.xbel
.bash_history .eggcups .ICEauthority .redhat
.bash_logout .gconf install.log .scim
.bash_profile .gconfd install.log.syslog .tcshrc
.bashrc .gnome .lesshst .Trash
.chewing .gnome2 ls-man.txt .viminfo
.cshrc .gnome2_private .metacity .Xauthority
Desktop .gstreamer-0.10 .nautilus .xsession-errors
5)利用 -d选项查看目录本身,而不是列出目录下的内容: [root@svr5 ~]# ls -ld / //查看根目录本身的详细信息 drwxr-xr-x 26 root root 4096 09-22 16:52 /
[root@svr5 ~]# ls -l / //不加-d时只能列出其下内容,无法看本身属性
总计 166
drwxr-xr-x 2 root root 4096 09-17 12:21 bin
drwxr-xr-x 3 root root 1024 09-26 09:53 boot
drwxr-xr-x 12 root root 4460 09-26 08:47 dev
drwxr-xr-x 100 root root 12288 09-24 16:44 etc
drwxr-xr-x 7 root root 4096 09-24 16:44 home
drwxr-xr-x 11 root root 4096 09-17 12:20 lib