码迷,mamicode.com
首页 >  
搜索关键字:linux系统命令    ( 173个结果
Linux系统命令练习题
1.新安装一台RHEL6.x或CentOS6.x虚拟机1)关闭防火墙、SELinux[root@localhost~]#serviceiptablesstop[root@localhost~]#chkconfigiptablesoff[root@localhost~]#vim/etc/sysconfig/selinuxELINUX=disabled2)使用光盘中的软件包为本机配置YUM源【提示:指到光盘根目录,不要指..
分类:系统相关   时间:2014-07-08 09:53:34    阅读次数:349
常用的linux系统命令汇总
1. top2. vmstat 3. w & uptime4. ps && pstree5. free6. iostat7. sar 8. mpstat 9. pmap 1. netstat & ss2. iptraf 3. tcpdump4. /proc5. Nagios 6. Cacti 7. ...
分类:系统相关   时间:2014-06-30 11:18:50    阅读次数:261
Linux系统命令
一 进程查看 1 ps aux 查看当前系统所有运行的进程 -a 显示前台所有进程 -u 显示用户名 -x 显示后台进程 user: 用户名 pid: 进程id。PID 1 init 系统启动的第一个进程 %CPU cpu占用百分比 %MEM 内存占用百分比 VSZ 虚拟内存占用量 KB RSS ....
分类:系统相关   时间:2014-04-27 21:23:07    阅读次数:852
173条   上一页 1 ... 16 17 18
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!