Dhee Reddy <[EMAIL PROTECTED]> writes:
> Hello all.
>    Just tried to look up some info and saw that the /proc filesystem doesn't
>    contain any files.
>        Shouldn't they contain entries correcponding to all the processes ?
> truely

This question was just asked a few days ago (yesterday?).  By default,
/proc is no longer mounted.  To reenable it (not recommended for
production systems because of procfs' poor security record) add the
following line to fstab:
proc    /proc   procfs  rw      0       0

and run:
mount /proc

Best regards,
Mike Barcroft

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to