Douglas Gilbert wrote:
[...]
> Kaelin,
> The /proc/scsi/scsi pseudo file is writeable by root.
> For example:
> $ echo "scsi log timeout 7" > /proc/scsi/scsi
> will cause the sg driver to output lots of debug to the
> console and the system log. [CONFIG_SCSI_LOGGING needs
> to be selected in the kernel config.]
>
> However the permissions on that file do look suspicious:
> $ ls -l /proc/scsi/scsi
> -r--r--r-- 1 root root 0 Jun 19 23:09 /proc/scsi/scsi
Ahh... My bad -- I was trying to do:
$ sudo echo "scsi log llqueue 7" > /proc/scsi/scsi
Not quite the same thing. :-)
-- Kaelin
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]