Home > Archive > Unix Programming > April 2007 > About Log File System
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
About Log File System
|
|
| Navaneet 2007-04-19, 4:07 am |
| Hi all,
How to manage a logs on solaris? I mean is any API available to tell
How a log file created, How a block size allocated for log?
Is any concept of allocates sector-aligned space in Solaris?
--- Kumar N
| |
| ilko.k.v@gmail.com 2007-04-19, 4:07 am |
| On Apr 19, 8:24 am, Navaneet <tonavan...@gmail.com> wrote:
> Hi all,
>
> How to manage a logs on solaris? I mean is any API available to tell
>
> How a log file created, How a block size allocated for log?
>
> Is any concept of allocates sector-aligned space in Solaris?
>
> --- Kumar N
You are trying to solve problem with family of "syslog" functions.
| |
|
|
|
|
|