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 -->
  #2 (permalink)  
Old 05-02-2008
sumitc sumitc is offline
Registered User
 

Join Date: Apr 2008
Posts: 19
I think there could be no. of reason.
1. Don't try to write in /dev
Try command 2>/tmp/msglog

2. Don't give 2
Try command >/tmp/msglog
3. Write a script and very first line give
set -x
then execute as
script >/tmp/msglog 2>&1


Best of luck
Sumit
Reply With Quote