HI Lance, I want run my application that will ask user date...
that means it is not a background application.. just like login and paswd program.. that's why i trying to login automatically from shell thank you Thank you, Satyanarayna reddy mendaddula, Tata Elxsi Ltd,White field ,Hoody-1, Emp no--6185, Mb no - 9341311577 Email:- [EMAIL PROTECTED] Help ever ,,,, Hurt never.... -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gavin Lambert Sent: Monday, January 07, 2008 6:20 PM To: 'uClinux development list' Subject: RE: [uClinux-dev] another stupid (simple?) question -auto-start ofapplication with shell? Quoth Lance Spaulding: > [ ! -x /bin/autorun ] || sh /bin/autorun Just out of curiosity, why did you write it like that? Wouldn't this be clearer: [ -x /bin/autorun ] && sh /bin/autorun Anyway, if there's just one app that you want to automatically run, you can refer to it directly; just add something like this to the end of /etc/rc: /bin/yourapp & (You probably want to run it in the background so that you still get a shell as well.) _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it. Contact your Administrator for further information. _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
