Not that familiar with *NIX hence the question.
I created the user and group called splunk and then ran Splunk for the first time with splunk user.
Now I want to ensure my Splunk is running as splunk user and not as root.
Can someone help me below command and the output?
-bash-4.2$ ps -af|grep splunk
root 1658 1473 0 22:33 pts/0 00:00:00 su - splunk
splunk 1659 1658 0 22:33 pts/0 00:00:00 -bash
splunk 2121 1659 0 22:36 pts/0 00:00:00 ps -af
splunk 2122 1659 0 22:36 pts/0 00:00:00 grep --color=auto splunk
↧