Please select 2 correct answers
To resolve the issue of multiple instances of the HTTPD (Apache) process and stop the web service on a Linux server, you can use the killall command followed by the name of the process you wish to terminate.
To troubleshoot the issue of a Linux computer rebooting occasionally, the file that would provide the required information is "/var/log/messages."
The "/var/log/messages" file is a system log file that records various system messages, including information about system events, errors, and warnings. It contains a wide range of information related to system activities, network events, hardware issues, and software errors.
The chkconfig command in Linux can be used to list the installed services and their associated runlevels.
The file used to initialize a computer-wide environment on a Linux computer is /etc/profile.
The /etc/profile file is a system-wide initialization script that is executed during the login process for all users on the system. It sets up the environment variables and executes commands that need to be run for every user's shell session.
The init command helps an administrator to switch a Linux server to different run levels without rebooting the server.
The init command is responsible for managing the system's run levels, which determine the state and functionality of the system. By specifying a run level as an argument to the init command, you can switch the system to that particular run level without requiring a reboot.