I am writing a bash file. I need to run apachectlfrom my bash file. so I wrote:
apachectl start
When I run it with the root, an error occurred:
apachectl: command not found
I searched and I found that I should be superuser with su -notsu
Now I want to know:
source
share