Joe Duncan wrote:
> 
> Ok, I'm a little new to Linux scripting, so how do I find out
> which scripts are executing before rc.local, and then how
> do I locate and remove an 'exit'?
Usually, it starts with rc.3, which is the multiuser rc file. Go from there and
see which files are executed.
 
> If 'rc.local' is not executable, I simply change that using
> chmod right?
Yup. You should also check that the first line in your rc.local is #!/bin/sh.

Joe
-- 
Joachim Feise                  Microsoft Certified Solution Developer
mailto:[EMAIL PROTECTED]             http://www.ics.uci.edu/~jfeise/
mailto:[EMAIL PROTECTED]                           mailto:[EMAIL PROTECTED]
---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]

Reply via email to