1 Answer
use the following command to separate the line
awk -F: '{print $1}' /etc/passwd
output
tcpdump
user
mysql
apache
elasticsearch
kibana
Your Answer
x