![]() |
|
|
|
|
|||||||
| 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 |
| to execute the command swlist | vivek_damodaran | HP-UX | 6 | 11-09-2007 01:56 PM |
| perl - file reading - last line not displayed | matrixmadhan | UNIX for Dummies Questions & Answers | 8 | 12-18-2006 10:10 AM |
| xclock gets displayed only for "root" but not for another account | rdbono | UNIX for Dummies Questions & Answers | 1 | 04-22-2006 05:54 PM |
| Error msg displayed in SCO server | raguramtgr | UNIX for Dummies Questions & Answers | 3 | 06-30-2004 09:04 AM |
| hostname not displayed | Ronny | SUN Solaris | 7 | 06-14-2004 11:55 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
swlist is not displayed in HP-UX
Hi
swlist command is not displayed in HP-UX ..it displays swlist: Command not found. uname -a HP-UX inccishh B.11.11 U 9000/800 4046719263 unlimited-user license Best Regards vasanthan |
| Forum Sponsor | ||
|
|
|
|||
|
Most surprizing, but normal if you are not an admin...
a user normally should not have access to administrative commands and so does not have /usr/sbin in his path... I suppose your case also... try: ll /usr/sbin/swlist |
|
|||
|
Be root !
Quote:
Hello, be root ! |
|
|||
|
could be your path doesn't have the directory that swlist is in?
"Command not found" is typical for path issue. you don't need to be root to run swlist "swinstall now thats another matter" Code:
whereis swlist # most likely: /usr/sbin/swlist |
| Thread Tools | |
| Display Modes | |
|
|