initscript


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers initscript
# 1  
Old 03-27-2004
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  
Old 03-28-2004
Pick up a book on Shell programming to help understand the syntax, and pick up an OReilly book, Essential System Administration to understand the boot sequence. Get to reading as soon as possible. Post questions here for the steps that you do not understand. The more you do on your own the more you will benefit.
# 3  
Old 03-28-2004
whats your project entail? is this your own project, or assigned to you by your teacher?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

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... (1 Reply)
Discussion started by: urwannabefriend
1 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
Login or Register to Ask a Question