sudo shutdown -h -P +20 --> 20分钟后关机.
xxx@xxx-blog:~$ shutdown --help
使用说明: shutdown [选项]... 时间 [信息]
在系统关闭前.
选项:
-r reboot after shutdown
-h&...   
阅读全文
LinuxJul 19th,2008iocblog
Linux下查询某个目录大小的命令:
# du -s /usr
64 /usr
介绍:
du:选项“--h”具有二义性
请尝试执行“du --help”来获取更多信息。
[root@localhost mysql]# du --help
用法:du [选项]... [文件]...
或:du [选项]... --files0-from=F
总结每个<文...   
阅读全文