![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| lpr- how to print from page to page | naamas03 | Shell Programming and Scripting | 4 | 12-26-2007 02:30 AM |
| scp-1.2.27 man page | Tornado | Linux | 4 | 03-16-2007 04:09 AM |
| map Page Down and Page up to ] and [ | buddy_amazing | AIX | 0 | 03-01-2005 10:34 AM |
| PHP:page.php?id= ???? | perleo | Shell Programming and Scripting | 1 | 10-01-2003 06:29 AM |
| Where is the Next Page link? | HOUSCOUS | UNIX for Dummies Questions & Answers | 4 | 04-03-2002 01:26 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Unable to get help from man page
Help,
it seem that i am unable to get man help form solaris 10. I am running SunOS unknown 5.10 Generic_120012-14 i86pc i386 i86pc when ever i try to man a command what i get is "No manual entry" like the one below. # man grep No manual entry for grep. # man ls No manual entry for ls. # man useradd No manual entry for useradd. # man mkdir No manual entry for mkdir. could some one help, what i can do? |
| Forum Sponsor | ||
|
|
|
|||
|
Is /usr/share/man populated?
If it is populated, check your MANPATH enviromental variable setting. If not, check output of pkginfo to see if SUNWman is listed. If SUNWman is not listed, you need to install it using pkgadd to get the manpages. |
|
|||
|
Quote:
# cat /var/sadm/system/admin/CLUSTER CLUSTER=SUNWCuser |
|
|||
|
Quote:
what do you mean by populated? # env |grep MANPATH MANPATH=/usr/dt/man:/usr/man:/usr/openwin/share/man From the pkginfo SUNWman is not listed. # pkginfo|grep SUNWman how to pkgadd manpages? Thanks |
| Thread Tools | |
| Display Modes | |
|
|