blob: dacaf62a9c3936ecd37381d7e6cda17c46517003 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
===============================================================================
In order to use the File System read/write monitor, you must chmod
/dev/devstat so that all users can open it read-only. For example:
# chmod 0444 /dev/devstat
In order for this to persist across reboots, add the following to
/etc/devfs.conf:
perm devstat 0444
===============================================================================
|