- Splunk 7.x Quick Start Guide
- James H. Baxter
- 117字
- 2021-06-10 19:04:58
User–group – environment settings
You will want to run Splunk as the splunk user, and the installation rpm should have created the splunk user and group, but let's check to make sure: typing the command cut -d: -f1 /etc/passwd will display a list of local users. If splunk isn't in the list, create this user and group with the adduser splunk and groupadd splunk commands.
You should be able to change the user to splunk: su - splunk. Then, ensure that the $SPLUNK_HOME
environment variable is set: cd $SPLUNK_HOME
Typing pwd should reveal that you're now in the /opt/splunk directory.
推薦閱讀
- 構建高質量的C#代碼
- Mastering Spark for Data Science
- 平面設計初步
- Canvas LMS Course Design
- Linux Mint System Administrator’s Beginner's Guide
- Getting Started with MariaDB
- JMAG電機電磁仿真分析與實例解析
- Maya極速引擎:材質篇
- 計算機網絡原理與技術
- Python:Data Analytics and Visualization
- Windows Server 2003系統安全管理
- Hadoop應用開發基礎
- 從零開始學PHP
- 網絡服務搭建、配置與管理大全(Linux版)
- 精通數據科學:從線性回歸到深度學習