On Monday 12 February 2007 09:46, Fajar Priyanto wrote: > On Monday 12 February 2007 07:05, Carl Hartung wrote: > > > /bin/false would sound more logical to a human, but it returns "false" > > > on exit, so modprobe thinks there was an error, and this would > > > interrupt a boot, and/or give annoying error messages in the log > > This is what we implement in Finance dept so that users cannot copy data > out of the PC using any USB storage device: > > /etc/modprobe.conf: > install usb_storage \ > wall "Sorry, no USB storage devices are allowed" \ > && /bin/false
But then you'll get error messages. /bin/true gives the same effect but without error messages -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
