![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Telnet is not working properly | deepak_pathania | UNIX for Dummies Questions & Answers | 1 | 10-05-2007 02:59 PM |
| Rlogin not working properly from Linux | frankkahle | UNIX for Advanced & Expert Users | 1 | 10-19-2006 07:02 PM |
| Cron won't run properly | Steeler_fan | UNIX for Dummies Questions & Answers | 2 | 08-31-2006 06:32 AM |
| y is this not working properly? | C|[anti-trust] | High Level Programming | 3 | 05-18-2005 09:55 AM |
| Keyboard not working properly... | timresh | UNIX for Dummies Questions & Answers | 2 | 02-25-2005 04:28 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#22
|
||||
|
||||
|
It has to do with environment as posters previously said, i guess mainly PATH.
Enjoy working with HP-UX ... |
| Forum Sponsor | ||
|
|
|
#23
|
|||
|
|||
|
Thanks a lot for all ...
special thanks to andryk ... |
|
#24
|
||||
|
||||
|
As a suggestion, include:
. ${HOME}/.profile As one of your first lines of script, if this is to run under your user from cron. An example: Code:
#!/bin/ksh
# --------------------------------------------------------------------------
# Script: FTPOUT-xxx.sh
#
# --------------------------------------------------------------------------
# Purpose:
# Blah, blah, blah ..
#
#
# Revisions: (Insert lines as appropriate - chronological order)
# dd/mm/yy ISSUE ## Who Notations.........................................
# dd/mm/yy ???????? CJY Initial script ....
#
# --------------------------------------------------------------------------
##- Environment/Script set-up - As required; uncomment if necessary -##
. /etc/profile
. $HOME/.profile
. ${MD_BATCH}/report_${MD_SYSTEM}.env
Excuse the comments section. Cheers, Cameron |
||||
| Google The UNIX and Linux Forums |