The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
error piping nohup to /dev/null
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
error piping nohup to /dev/null
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
03-01-2006
berrean
Registered User
Join Date: Feb 2006
Posts: 4
ScatterBrain is right - but you may want to send any errors to std err for inital debugging.
try:
Code:
#!/bin/sh nohup ./my_program > error.log 2>&1
berrean
View Public Profile
Find all posts by berrean