in reply to Re: List all open log files
in thread List all open log files

Thanks varian.

I dont have the roor privilege

Could I know the logic of the lsof command please?

Regards,

Patta

Replies are listed 'Best First'.
Re^3: List all open log files
by varian (Chaplain) on Apr 01, 2007 at 06:50 UTC
    Generally speaking lsof consults the 'files' in the /proc directory, hence realtime kernel memory structures. Refer to the manual pages (man lsof) for more details.

    If you do not have root privs then the lsof command will only show open files for processes that you own so not sure if that would do you much good?