need help how to use man


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers need help how to use man
# 1  
Old 04-12-2008
need help how to use man

hello every one im a new to unix i use solaris 9 experimental i would like to use real unix system but there are to many versions and i need someone to recommend a good one for me i also need help on how to use "man"
# 2  
Old 04-12-2008
its me again

i forgot to mention that i have already tried to install solaris 10 i got the original cd from sun microsystems but when i tried to install it while it was initializing hardware it halted is it possible that it is because of one my hardware and if it is ,am i going to have the same trouble with any other unix????
# 3  
Old 04-13-2008
Different PC unices have different levels of hardware support. Is your machine exotic or very old, or very new top-of-the-line? Try live CDs from -- unimaginatively rattling off the ones I personally use -- Ubuntu, Fedora, and Knoppix. Linux, of course, is not "real Unix" by any definition; FreeBSD or some other BSD variant might be preferable if you are strict on that.

Hard to help with the man pages without more information. You can find the manual pages on the web as well, if you have trouble bringing them up on your local machine. Try the "man" and "intro" manual pages for a start. Quick googling turned up Solaris 10 Reference Manual Collection
# 4  
Old 04-15-2008
about the unix not running on my machine

thanks era for replying i really appritiate it .
about my machine it is a new one( a core2duo with 2 gb ram).
i also tried knoppix at also halted so i dont know what the problem is.
and about the man i have on my solaris experimental but i have no idea how to use it for example i need to view all the functions there is in the c library function librrary or to see all the commands or see what header files is available there...
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

what man*x directories should contain ?

man pages are located beneath /usr/share/man. e.g., manual pages for "section 1" are located in /usr/share/man/man1/. And /usr/share/man/man*p should contain manual pages for POSIX programmers. I need to know what /usr/share/man/man*x directories should contain ? (1 Reply)
Discussion started by: new0h
1 Replies

2. Shell Programming and Scripting

Man command

How to get only the options and arguments of a command excluding the descriptive help? (1 Reply)
Discussion started by: mayur_verma
1 Replies

3. Solaris

man and ldm man

According to Sun documentation (Ldoms 1.1 Administration Guide), To access the ldm(1M) man page, add the directory path /opt/SUNWldm/man to the variable $MANPATH. When I add the lines: MANPATH=$MANPATH:/opt/SUNWldm/man export MANPATH to .profile, exit root and re-login, I would have "man ldm"... (5 Replies)
Discussion started by: StarSol
5 Replies

4. UNIX for Dummies Questions & Answers

man aliases

Can any one show me how to create an alias account that silently copies local emails to the administrator (root) using a linux cmd line or GUI? The answer needs to be very simplly explained at this stage, as I am new to the command prompt...expecialy in linux. thanks heaps guys Pipa:) I... (2 Replies)
Discussion started by: Pipa
2 Replies

5. UNIX for Dummies Questions & Answers

man pages

When reading man pages, I notice that sometimes commands are follwed by a number enclosed in parenthesis. such as: mkdir calls the mkdir(2) system call. What exactly does this mean? (4 Replies)
Discussion started by: dangral
4 Replies

6. Programming

man

If i have my own application ( say 'myTool'), then is it possible to create a man page for it? such that "man myTool" will give information about it. if so how to go about it? thanks in advance, Nads (3 Replies)
Discussion started by: Nads
3 Replies
Login or Register to Ask a Question