2017年11月10日

centos版本查看

摘要: cat /etc/redhat-release cat /etc/issue 查看系统是64位还是32位 getconf LONG_BIT 阅读全文

posted @ 2017-11-10 12:50 shabake 阅读(160) 评论(0) 推荐(0) 编辑

ps

摘要: ps aux | grep 原文地址:http://apps.hi.baidu.com/share/detail/32573968 有时候系统管理员可能只关心现在系统中运行着哪些程序,而不想知道有哪些进程在运行。由于一个应用程序可能需要启动多个进程。所以在同等情况下,进程的数 量要比程序多的多。为此 阅读全文

posted @ 2017-11-10 12:28 shabake 阅读(137) 评论(0) 推荐(0) 编辑

导航