What is the package to have access to the standart c library?
libc6-dev
What is the package for apache?
apache2
What is the command to restart the apache server?
sudo systemctl restart apache2
What is the command to stop the apache server?
sudo systemctl stop apache2
What is the command to start the apache server?
sudo systemctl start apache2
Where is located the apache server by default?
/var/www/html/
What is the first line in a script file?
”#!/bin/sh”
What is the extention of a shell script file?
.sh