Linux Simple Basic Commands Author 06:42 0 ls Shows the list of file ls -l Shows the long list of files ls -a Shows the list of hidden files ls -la Sho... Read More
How to Check the HTTPD service in Linux and Killing the Process Author 07:57 0 Check status of a service 1. systemctl status servicename(httpd) It shows the status of the service it started or stoped 2. wh... Read More