InterviewSolution
Saved Bookmarks
| 1. |
You Need To Kill All Instances Of Web Server? What Command Will You Execute To Do This? |
|
Answer» You can USE killall httpd command to KILL all httpd PROCESS. httpd process run web server. You can use killall httpd command to kill all httpd process. httpd process run web server. |
|