The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 05-02-2008
wrapster wrapster is offline
Registered User
 

Join Date: Jan 2008
Posts: 182
why is this command not working?

Hi all,
Am trying to figure out a way to display error in the boot script...
i tried ,
command 2>/dev/msglog
but that is not enough for me.
so i tried using this

exec < /dev/console > /dev/console 2>&1
But it doesnt work at all...
can anyone tell me if am making a mistake in the syntax?
this is included in the script where the mounting of various files from the cdrom happens (am manipulating a live-cd ,opensolaris distro)

Thanks
Reply With Quote
Forum Sponsor