
Linux
细数落叶
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Linux中ifconfig命令不显示IP地址
Linux中ifconfig命令不显示IP地址$ ifconfigbash: ifconfig: command not found环境:非root用户登录$ lsb_release -aLSB Version: :core-3.0-amd64:core-3.0-ia32:core-3.0-noarch:graphics-3.0-amd64:graphics-3.原创 2015-01-08 10:21:33 · 11928 阅读 · 0 评论 -
linux下磁盘空间查看
1、一级目录空间df -h2、指定目录du -h --max-depth=1 /home/users/xxxx原创 2015-04-03 17:24:04 · 1005 阅读 · 0 评论