1234567
## Check for root#if [ `id -u` != "0" ]; then echo -e "You should be root to start this program" do_exit ${ERR_no_suid} fi