How does one process we can start an executable file? How to
get the PID process, which we started?
Answer Posted / hari
to start a process
chkconfig nttpd on
to restart daemon
chkconfig nttpd restart
find the pid of daemon
pidof -s processname
pidof -s nttpd
pidof -s cupsd
pidof -s httpd
Please check it
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are awk commands?
What is grep command in unix with examples?
How do I search for text in vi?
What is $0 bash?
What are reported commands?
What is a bash command?
Why is it called a shebang?
What is grep in bash?
How do I open a port?
What are the differences among a system call, a library function, and a unix command?
How does the system know where one command ends and another begins?
What is the significance of the 'tee' command?
What are filter commands in unix?
What does awk stand for?
What do chown command do?