Single and Multi-Line comment in Shell Script

Multiple Comment in Bash

Comments doesn’t add any logical value to the software but those are unavoidable part of the program … Read more

Linux Initscript Example to start and stop process during booting

The below shell script uses start-stop-daemon from “/sbin/start-stop-daemon” to execute the program during booting so that the … Read more