On 26Sep2007 00:45, dr_ovalle <[EMAIL PROTECTED]> wrote: | It looks like it worked. | Thank you very much Cameron
Also, for later. I wrote: echo 1 >/proc/....... Make sure you keep a space between the number and the ">". Otherwise you will trip the shell's file descriptor syntax. This: echo 2>/..... sends standard error (file descriptor 2) to a file, and this: echo 1>/..... sends standard out (fd 1) to a file. The 1 and 2 are _not_ given to "echo". Cheers, -- Cameron Simpson <[EMAIL PROTECTED]> DoD#743 http://www.cskk.ezoshosting.com/cs/ Windows NT crashed. I am the Blue Screen of Death. No one hears your screams. - Haiku Error Messages http://www.salonmagazine.com/21st/chal/1998/02/10chal2.html To unsubscribe from this list, please email [EMAIL PROTECTED] & you will be removed. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/LINUX_Newbies/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/LINUX_Newbies/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
