The UNIX and Linux Forums
>
Top Forums
>
UNIX for Advanced & Expert Users
why is this command not working?
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
why is this command not working?
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
05-02-2008
sumitc
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
sumitc
View Public Profile
Find all posts by sumitc