Answers inline. On 10 Jun 2004 17:45:17 +0530, ravi <[EMAIL PROTECTED]> wrote: > Hi, > > I wanted to know the file system organization of Solaris 8 ? > 1) Is there any file system present on Solaris which is similar to proc > file-system on Linux ?
You want the proc tools. In Linux, you typically just cat(1) something in /proc to get information out. In Solaris, actual utilities are used. :) man -s 1 proc > 2) I wanted to know where all the kernel related header files are > located ? /usr/include > 3) I wanted to know where in the directory structure all the kernel > related function are located ? Not sure what you mean. > If u've any documents or PDFs that answers all these question then > please let me know the same . http://docs.sun.com is a good place to start. -- M. _______________________________________________ Solaris-Users mailing list [EMAIL PROTECTED] http://www.filibeto.org/mailman/listinfo/solaris-users
