Unix Programmer's Manual
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Unix and Linux reviews > Free Unix support > Unix Programming > Unix Programmer's Manual




Pages (2): [1] 2 »   Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Unix Programmer's Manual  
nishsr@gmail.com


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-18-07 12:18 PM

Dear Sir,
I recently came across a copy of W Richard Stevens' "Advanced
Programming in the Unix Environment". Page 20 says, "We asume
throughout this text that you have a copy of the unix manuals fro your
system".

As a matter of fact, I do not possess a Unix system, neither does my
college. but we still have to learn about UNIX through Stevens' book.
I was wondering if anybody could give me the ISBN of this book that
Stevens was referring to.

I could then perhaps make sense of Stevens' book.

I would be utterly thankful for any help.

Yours truly.






[ Post a follow-up to this message ]



    Re: Unix Programmer's Manual  
Ian Collins


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-18-07 12:19 PM

nishsr@gmail.com wrote:
> Dear Sir,
> I recently came across a copy of W Richard Stevens' "Advanced
> programming in the Unix Environment". Page 20 says, "We asume
> throughout this text that you have a copy of the unix manuals fro your
> system".
>
> As a matter of fact, I do not possess a Unix system, neither does my
> college. but we still have to learn about UNIX through Stevens' book.
> I was wondering if anybody could give me the ISBN of this book that
> Stevens was referring to.
>
Various Unix man pages are available on the web (docs.sun.com for
example), just google for a command.

If you want to learn, stick your variant of choice on a spare PC or in a
VmWare virtual machine.

--
Ian Collins.





[ Post a follow-up to this message ]



    Re: Unix Programmer's Manual  
Mark Hobley


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-18-07 12:19 PM

nishsr@gmail.com wrote:

> I recently came across a copy of W Richard Stevens' "Advanced
> programming in the Unix Environment".
>
> I could then perhaps make sense of Stevens' book.

I have got the same book. Which bit are you having difficulty with?

Note the from the title "Advanced Programming", presumably you are already a
n
intermediate level programmer.

Regards,

Mark.

--
Mark Hobley
393 Quinton Road West
QUINTON
Birmingham
B32 1QE

Telephone: (0121) 247 1596
International: 0044 121 247 1596

Email: markhobley at hotpop dot donottypethisbit com

http://markhobley.yi.org/






[ Post a follow-up to this message ]



    Re: Unix Programmer's Manual  
Rainer Weikusat


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-18-07 06:21 PM

nishsr@gmail.com writes:
> I recently came across a copy of W Richard Stevens' "Advanced
> programming in the Unix Environment". Page 20 says, "We asume
> throughout this text that you have a copy of the unix manuals fro your
> system".
>
> As a matter of fact, I do not possess a Unix system, neither does my
> college. but we still have to learn about UNIX through Stevens'
> book.

Assuming this is not supposed to be a joke (how can you possibly learn
about programming for $anything without being able to actually program
$anything?), I'd recommend that you find yourself some otherwise unused
PC and install one of the free BSD-variants on it (that would be
'UNIX(*)' as Stevens is referring to it). The manuals mentioned above
are usually distributed with the system and can be read 'online'
using the man-command.

A web accessible copy is here:

<URL:http://www.freebsd.org/docs/man.html>





[ Post a follow-up to this message ]



    Re: Unix Programmer's Manual  
Logan Shaw


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-18-07 06:21 PM

Rainer Weikusat wrote:
> nishsr@gmail.com writes: 
[vbcol=seagreen]
> I'd recommend that you find yourself some otherwise unused
> PC and install one of the free BSD-variants on it (that would be
> 'UNIX(*)' as Stevens is referring to it). The manuals mentioned above
> are usually distributed with the system and can be read 'online'
> using the man-command.

On a historical note, I'm only just barely old enough to have seen
these once, but if I remember/understand correctly, it was once
quite common for Unix systems to be distributed with a big shelf
of printed manuals.  Or a gigantic desk-mounted 3-foot-wide binder
type thing.

That could explain why people sometimes refer to the online
documentation with terminology that seems more appropriate for
a paper book.

- Logan





[ Post a follow-up to this message ]



    Re: Unix Programmer's Manual  
Robert Harris


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-18-07 06:21 PM

nishsr@gmail.com wrote:
> Dear Sir,
> I recently came across a copy of W Richard Stevens' "Advanced
> programming in the Unix Environment". Page 20 says, "We asume
> throughout this text that you have a copy of the unix manuals fro your
> system".
>
> As a matter of fact, I do not possess a Unix system, neither does my
> college. but we still have to learn about UNIX through Stevens' book.
> I was wondering if anybody could give me the ISBN of this book that
> Stevens was referring to.
>
> I could then perhaps make sense of Stevens' book.
>
> I would be utterly thankful for any help.
>
> Yours truly.
>
The official Unix manuals may be read online at:

<http://www.uhnix.org/version3/>

They are free (as in beer) but you have to register.

Robert





[ Post a follow-up to this message ]



    Re: Unix Programmer's Manual  
Paul Sheer


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-19-07 12:16 AM

On Sun, 18 Mar 2007 01:08:02 +0000, nishs wrote:

> Dear Sir,
> I recently came across a copy of W Richard Stevens' "Advanced [snip]

http://www.unix.org/single_unix_specification/

contains the specs (i.e. elaborate man pages) for every Unix system call

-paul





[ Post a follow-up to this message ]



    Re: Unix Programmer's Manual  
Keith Thompson


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-19-07 12:16 AM

Robert Harris <robert.f.harris@blueyonder.co.uk> writes:
> nishsr@gmail.com wrote: 
> The official Unix manuals may be read online at:
>
> <http://www.uhnix.org/version3/>
>
> They are free (as in beer) but you have to register.

s/uhnis/unix/

--
Keith Thompson (The_Other_Keith) kst-u@mib.org  <http://www.ghoti.net/~kst>
San Diego Supercomputer Center             <*>  <http://users.sdsc.edu/~kst>
"We must do something.  This is something.  Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"





[ Post a follow-up to this message ]



    Re: Unix Programmer's Manual  
Logan Shaw


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-19-07 12:16 AM

Keith Thompson wrote:
> Robert Harris <robert.f.harris@blueyonder.co.uk> writes:
 
>
> s/uhnis/unix/

s/uhnis/uhnix/

- Logan





[ Post a follow-up to this message ]



    Re: Unix Programmer's Manual  
Beej Jorgensen


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-19-07 12:16 AM

Logan Shaw  <lshaw-usenet@austin.rr.com> wrote:
>On a historical note, I'm only just barely old enough to have seen
>these once, but if I remember/understand correctly, it was once
>quite common for Unix systems to be distributed with a big shelf
>of printed manuals.

Yup!

I once possessed an AT&T 3B2 Unix PC that came with about 70 pounds of
manuals.  And we had the walls of books at school, too.  They made for
great reading on those graveyard shifts as computer operator (jeez, the
things students will do for $9/hr... 

-Beej






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 06:54 AM.      Post New Thread    Post A Reply      
Pages (2): [1] 2 »   Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register