-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
一些Linux知识点 #116
Comments
Controlling Terminal起源于学习
|
recent CPU usage与elapsed CPU usage起源于学习 501 27289 1 0 五09上午 ?? 116:35.74 /Applications/WebStorm.app/Contents/MacOS/webstorm
501 72045 71609 0 10:39上午 ttys003 0:00.00 grep webstorm elapsed CPU usage 为116:35.74, 0:00.00。 |
kill 与 kill -9之间的区别是什么?起源于学习
non-catchable, non-ignorable的区别是什么?
kill -9暴力杀进程,不会缓存,不会被忽略,不care进程状态。 |
bash是什么东西?前置知识之前用windows系统时,会用到git的bash。 bash是什么东西?
GNU是什么?
|
也可以叫操作系统知识点。
The text was updated successfully, but these errors were encountered: