Re: How to disable that an user execute any command

2008-07-08 Thread Dez Accid
al: trap "echo 'Ignoring INT signal'" 2 This page http://www.shelldorado.com/goodcoding/tempfiles.html describes the shell signals quite well, you may want to give it a read. Thanks! -- Dez Accid ___ freebsd-questions

Re: cant su to root

2008-07-01 Thread Dez Accid
to be able to su to root. To add the user to wheel group, you can use pw(8): # pw usermod your_username -G wheel hth -- Dez Accid ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: audio on 5.3

2008-03-06 Thread Dez Accid
Andrew Pantyukhin wrote: Try this: cd /boot/kernel/&&kldload snd*ko I think running "kldload snd_driver.ko" will achieve the same results, and less typing. -- Dez Accid ___ freebsd-questions@freebsd.org mailing list http://lists.f