Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!ginosko!gem.mps.ohio-state.edu!apple!motcsd!hpda!hpcuhb!hpindda!jack From: jack@hpindda.HP.COM (Jack Repenning) Newsgroups: comp.sys.hp Subject: Re: SUID process disables modem logins. Why? Message-ID: <4310066@hpindda.HP.COM> Date: 16 Oct 89 21:27:52 GMT References: <939@umb.umb.edu> Organization: HP Information Networks, Cupertino, CA Lines: 26 > tbinit > tbinit.log 2>&1 & You should also redirect stdin, like this: tbinit < /dev/null > tbinit.log 2>&1 & And this is, by the way, syntax for ksh or sh. If you use csh, then the syntax is slightly different: tbinit < /dev/null >& tbinit.log & This "< /dev/null" is not strictly necessary, because csh generally does that automatically when putting something in background (with "&"). However, there may be subtlties to that, such as "only for interactive shells" or similar; I'm not sure. Besides, it's cheap insurance. ------------------------------------------------------------- Jack Repenning - Information Networks Division, Hewlett Packard Company uucp: ... {allegra,decvax,ihnp4,ucbvax} !hplabs!hpda!jack or: ... jack@hpda.hp.com HPDesk: Jack REPENNING /HP6600/UX USMail: 43LN; 19420 Homestead Ave; Cupertino, CA 95014 Phone: 408/447-3380 HPTelnet: 1-447-3380 -------------------------------------------------------------