This is in reference to cron jobs. I'm going to attempt to write my own cron into cron.monthly and some files use the /bash and others use /sh. Which one do I need and where? What is the difference?
sh is a symbolic link to bash, but bash behaves differently if you call it sh. I think you should just use bash, since it's guaranteed to be on you system and you don't have to worry about portability.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.