本文主要是介绍Note on common linux commands,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
- 解压有密码的rar包: unrar e -pyourpassword filename.rar
- 查看kernel version: uname -r
- 查看目前的磁盘使用情况:
du -h --max-depth=1 | sort -n -r
Blogged with Flock
Tags: linux
这篇关于Note on common linux commands的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!