shell 命令 ls
Posted Spider-spiders
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了shell 命令 ls相关的知识,希望对你有一定的参考价值。
名称:ls
功能:查看文件列表
1 [email protected]6380-MT:~$ ls 2 add-on.yaml Desktop examples.desktop meta-gnome3-3.8+4ubuntu3 perl5 pycharm-2016.2.2 su Videos 3 admin.conf docker-ce_17.03.1~ce-0~ubuntu-trusty_amd64.deb gbs.conf.2.4 minicom_configure perlTok8s pythonToK8s Templates WorkSpace 4 anaconda2 Documents gbs.conf.3.0 minicom.log Pictures [email protected]109.123.100.19 test 5 Anaconda2-4.2.0-Linux-x86_64.sh Downloads GenerateNumber.py node_modules Public SDB tmp 6 boost_1_63_0 ESGService glib_source obs_2.7 pycharm ssl_configure vbs-0.23.5.deb 7 [email protected]6380-MT:~$
常见用法:加 -l 参数,查看每个文件或者目录的属性(文件标志,读写权限,当前所属用户,当前所属用户组,文件大小[单位字节],最后一次修改日期,文件名)
ls -l /home/renjg
[email protected]6380-MT:~$ ls -l /home/renjg total 475612 -rw-rw-r-- 1 renjg renjg 2176 5月 9 11:46 add-on.yaml -rw------- 1 renjg renjg 5449 5月 16 17:47 admin.conf drwxrwxr-x 20 renjg renjg 4096 11月 9 2016 anaconda2 [email protected]-HP-Compaq-Pro-6380-MT:~$
以上是关于shell 命令 ls的主要内容,如果未能解决你的问题,请参考以下文章