2015年2月12日 星期四

Linux Command

雖然很多command 使用都可以用 "man xxx" 去找
但現在已習慣用 "google xxx"  了 XD

把自己會用到的做些整理

ps -eLf 
- list process with threads
- 參考

tar of 'gz'
- 壓縮:  tar zcvf FileName.tar.gz
- 解壓:  tar zxvf FileName.tar.gz
- 參考

uname - a
- Check linux kernel version

grep
- grep -nr [mystring] [folder]

沒有留言:

張貼留言