The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
screen throws "permission denied"
.
User Name
Remember Me?
Password
google site
Forums
Register
Blog
Man Pages
Forum Rules
Links
Albums
FAQ
Users
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
screen throws "permission denied"
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
6
(
permalink
)
10-24-2006
Just Ice
Lights on, brain off.
Join Date: Mar 2005
Location: in front of my computer
Posts: 637
i actually meant what i wrote ...
Code:
(
/dir/script
<
/dev/null &
)
the way you wrote yours connects your script to your current shell as well as sending any output to /dev/null ... the way i wrote mine, the script takes input from /dev/null while the output goes wherever it needs to go ...
good luck!
Just Ice
View Public Profile
Find all posts by Just Ice