摘要: 一、回顾 1、FHS,命令及bash命令历史 a、FHS: /bin,/sbin,/lib,/lib64,/etc /home,/root /boot /media,/mnt /proc,/sys /tmp /srv /opt /dev /usr bin,sbin,lib,lib64,share,l 阅读全文
posted @ 2019-12-14 12:14 Presley 阅读(378) 评论(0) 推荐(0)
摘要: 一、Linux系统上的文件类型 1、- :常规文件:在其它程序中用f表示。比如我们用ls -l命令查看的第一个内容 [root@localhost ~]# ls -l total 4 -rw . 1 root root 1252 Oct 24 2018 anaconda-ks.cfg 2、d:dir 阅读全文
posted @ 2019-12-14 11:00 Presley 阅读(347) 评论(0) 推荐(0)