目录管理命令

//目录管理   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成神之路

版权声明:
作者:cc
链接:https://www.techfm.club/p/12915.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>