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 does touch command do in unix?
What is the first character of the output in ls l command?
What is the use of finger command?
What is awk command used for?
Which command is used to copy files?
How do I run a bash script?
Does cp command overwrite files?
Which command should you use to find the remaining disk space in unix server?
What is the command to compare two files in unix?
What is the use of tee command?
Why is it called a shebang?
What is the command to find hidden files in the current directory?
What is the command to view process running?
How can you see the command line history?
What is the use of the tee command?