10 2019 档案

摘要:1.df报告系统磁盘空间的使用情况 df -h人类易读 [root@andy ~]# df -h文件系统 容量 已用 可用 已用% 挂载点/dev/mapper/cl-root 17G 2.0G 16G 12% /devtmpfs 902M 0 902M 0% /devtmpfs 912M 0 91 阅读全文
posted @ 2019-10-30 22:26 Y_Andy 阅读(212) 评论(0) 推荐(0)
摘要:1.uname显示所有输出系统信息 -a显示所有的信息 [root@andy ~]# uname -aLinux andy 3.10.0-514.el7.x86_64 #1 SMP Tue Nov 22 16:42:41 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux 阅读全文
posted @ 2019-10-29 16:24 Y_Andy 阅读(216) 评论(0) 推荐(0)
摘要:1.rmdir删除空目录 [root@andy ~]# lsanaconda-ks.cfg[root@andy ~]# mkdir test[root@andy ~]# lsanaconda-ks.cfg test[root@andy ~]# rmdir test[root@andy ~]# lsa 阅读全文
posted @ 2019-10-29 15:27 Y_Andy 阅读(112) 评论(0) 推荐(0)
摘要:1.ls列出文件信息,默认为当前目录下 [root@andy ~]# lsanaconda-ks.cfg ls -a列出所有文件包括以“.”开头的隐藏文件 [root@andy ~]# ls -a . .. anaconda-ks.cfg .bash_history .bash_logout .ba 阅读全文
posted @ 2019-10-29 14:36 Y_Andy 阅读(274) 评论(0) 推荐(0)