Chinaunix首页 | 论坛 | 博客
  • 博客访问: 28779
  • 博文数量: 9
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 76
  • 用 户 组: 普通用户
  • 注册时间: 2014-12-07 21:21
文章分类

全部博文(9)

文章存档

2015年(3)

2014年(6)

我的朋友

发布时间:2014-12-11 22:57:16

nl命令在linux系统中用来计算文件中行号。nl 可以将输出的文件内容自动的加上行号!其默认的结果与 cat -n 有点不太一样, nl 可以将行号做比较多的显示设计,包括位数与是否自动补齐 0 等等的功能。  1.命令格式:nl [选项]... [文件]...2..........【阅读全文】

阅读(923) | 评论(0) | 转发(0)

发布时间:2014-12-11 22:46:19

fg、bg、jobs、&、ctrl + z命令一、 &加在一个命令的最后,可以把这个命令放到后台执行 ,如gftp &,二、ctrl + z可以将一个正在前台执行的命令放到后台,并且处于暂停状态,不可执行  三、jobs查看当前有多少在后台运行的命令jobs -l选项可显示所有任务的PID,jobs的状态可以是running, stopped, Terminated,.........【阅读全文】

阅读(1077) | 评论(0) | 转发(0)

发布时间:2014-12-08 07:19:16

Opsview Core is suitable for developers investigating open source monitoring options for small IT and test environments. Based on Nagios 4, Opsview Core offers fast, simple, open source monitoring with easy access to a wide range of plugins.

Customers wishing to support a mission critical production environment who would like advanced monitoring functionality including dashboards, auto-discovery, process maps and powerful network analytics should try out the free trial for our Pro and Ent......【阅读全文】

阅读(1899) | 评论(0) | 转发(0)

发布时间:2014-12-08 02:27:14

fdisk    -l                查看磁盘情况fdisk    /dev/sda2    对sda2磁盘进行操作p    列出分区表l     列出分区类型m   列出.........【阅读全文】

阅读(661) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册