Sponsored Content
Full Discussion: initscript again
Top Forums UNIX for Dummies Questions & Answers initscript again Post 49799 by urwannabefriend on Saturday 10th of April 2004 03:37:31 PM
Old 04-10-2004
initscript again

hi...thanx all of you for clearing out my previous doubts....but i have some more
in the following,
reload() {
echo -n $"Reloading cron daemon configuration: "
killproc crond -HUP
retval=$?
echo
return $RETVAL

1. why is echo used here without any arguments???
2.what does the argument -HUP do here?

this is the crond script....
any answers???

also if i have to write my own server startup script, what should i do?
 

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

initscript

hi...my project requires me to open the initscript of any server or daemon like xinetd and understand all the init tags etc and the coding that i have no idea about....any suggestions on how to proceed??? (2 Replies)
Discussion started by: urwannabefriend
2 Replies

2. UNIX for Dummies Questions & Answers

initscript questions

can anyone tell me what the following mean..... 1. ! bash/bin and what is its significance... 2. what are runlevels like 1, 2, 3, 4....what do they mean??? this was picked up from the /etc/init.d/crond file......its an initscript. (5 Replies)
Discussion started by: urwannabefriend
5 Replies
All times are GMT -4. The time now is 04:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy