Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

run a shell file 1

Status
Not open for further replies.

joeythelips

IS-IT--Management
Aug 1, 2001
305
IE
Hi,

i am trying to run a shell script and output the details to a .out file

however, i am getting the following error:

# nohup mkignite.sh
Sending output to nohup.out
nohup: mkignite.sh: No such file or directory

i have done this before and it worked so am i missing something simple here?
 
try nohup ./mkignite.sh

If still no luck check you have execute permissions on the file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top