目录管理命令
//目录管理 ls //列出目录内容 ‐l //长格式
[root@localhost ~]# ls
anaconda-ks.cfg initial-setup-ks.cfg
[root@localhost ~]# ls -l
总用量 8
-rw-------. 1 root root 1036 10月 15 05:35 anaconda-ks.cfg
-rw-r--r--. 1 root root 1308 10月 15 06:23 initial-setup-ks.cfg
以长格式显示的第一段含义: 第一个字符:文件类型 ‐ //普通文件(f)
[root@localhost ~]# ls -d
.
[root@localhost ~]# ls -f
. .bashrc .cache .xauthJysEy1
.. .cshrc .dbus
.bas
目录管理命令最先出现在Python成神之路。
共有 0 条评论