Chinaunix首页 | 论坛 | 博客
  • 博客访问: 589424
  • 博文数量: 150
  • 博客积分: 1132
  • 博客等级: 少尉
  • 技术积分: 2067
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-11 16:46
文章分类

全部博文(150)

文章存档

2015年(15)

2014年(75)

2013年(4)

2012年(56)

发布时间:2014-09-04 16:48:24

1. 将服务控制脚本放在 /etc/init.d/ 目录下;2. 修改脚本的权限为可执行。......【阅读全文】

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

发布时间:2014-09-01 17:37:15

一、临时锁错误:错误现象:rpmdb: Lock table is out of available locker entrieserror: db4 error(22) from db->close: Invalid argumenterror: cannot open Packages index using db3 - Cannot allocate memory (12)error: cannot open Packages database in /var/lib/rpm.........【阅读全文】

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

发布时间:2014-08-15 18:15:51

1. getent 命令:功能:用于检索用户数据库的信息。用法:getent [选项...] 数据库 [键 ...]           比如:getent group cron  (会从 ldap 数据库拿数据)2. run-parts 命令:功能:执行某一目录下的命令。用法:run-parts <dir>         .........【阅读全文】

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

发布时间:2014-08-15 18:08:22

Linux 的 cron 留给用户两个接口:1. crontab 命令(用户的设置放在 /var/spool/cron/himrpei)2. /etc/crontab  配置文件,在这个文件中,可以指定要执行的命令及执行时间。(系统级的设置)crontab -l 显示的是 /var/spool/cron 目录下的内容。.........【阅读全文】

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

发布时间:2014-07-23 21:06:39

dmidecode  is  a tool for dumping a computer’s DMI (some say SMBIOS) table contents in a human-readable format.DMI (Desktop Management Interface, DMI)的主要组成部分是Management InformationFormat (MIF)数据库。这个数据库包括了所有有关电脑系统和配件的信息。通过DMI,用户可以获取序列号、电脑.........【阅读全文】

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

登录 注册