Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
interpreter error in unix
Name: mohan245 Date: November 19, 2004 at 12:51:20 Pacific OS: unix CPU/Ram: 1gb
Comment:
i wrote a wrapper script and i am getting the followig error when i am runing it. the error is as follows:$ ab_csa_d_actxfr_xform2.ksh interpreter "/usr/bin/ksh" not found /usr/bin/ksh: ab_csa_d_actxfr_xform2.ksh: not found i thought it might the path settings problem and passed the path settings as /usr/bin/ksh and even have been trying modifying the first line from #! /bin/ksh to /usr/bin/ksh but still the error is persisting . i dont uderstand where the error can be. would you please help me in fixing this error.
Summary: i am getting these two errors in daemon.log and in kern.log Can u suggest me what is wrong and how to solve the problem. Expecting solution OS is Tru64 5.0; system is ES40 Thanks and regards ERROR(1) ...
Summary: How can I delete a file with the name -C in unix? I tried below and get the error. > rm "-C" rm: illegal option -- C Usage: rm [-Rfir] file ... ...