lmgsanm

每天学习一点,每天进步一点点…… Tomorrow is another beatifull day

导航

2016年4月16日

Splunk及splunkforward简单部署配置

摘要: 部署环境 操作系统 服务器操作系统版本:CentOS release 6.5 (Final) 2.6.32-431.el6.x86_64 软件 软件版本:splunk-6.4.0 tar: splunk-6.4.0-f2c836328108-Linux-x86_64.tgz splunkforwar 阅读全文

posted @ 2016-04-16 14:12 lmgsanm 阅读(6210) 评论(0) 推荐(0)

Linux中exec命令相关

摘要: Linux中exec命令相关exec和source都属于bash内部命令(builtins commands),在bash下输入man exec或man source可以查看所有的内部命令信息。 bash shell的命令分为两类:外部命令和内部命令。外部命令是通过系统调用或独立的程序实现的,如se 阅读全文

posted @ 2016-04-16 09:47 lmgsanm 阅读(1152) 评论(0) 推荐(0)