Hi, On Wed, Jun 02, Maurizio Firmani wrote:
I need users to get stuck with the X window. I disabled the use of ctrl-alt-del with DontZap inserted into /etc/XF86Config. How do I disable the use of ctrl-alt-FN?
Look at /etc/inittab: 1:123:respawn:/sbin/mingetty --noclear tty1 2:123:respawn:/sbin/mingetty tty2 3:123:respawn:/sbin/mingetty tty3 4:123:respawn:/sbin/mingetty tty4 5:123:respawn:/sbin/mingetty tty5 6:123:respawn:/sbin/mingetty tty6 You see, in runlevels 1, 2 and 3 gettys are started on consoles 1-6. Change it to: 1:12:respawn:/sbin/mingetty --noclear tty1 2:12:respawn:/sbin/mingetty tty2 3:12:respawn:/sbin/mingetty tty3 4:12:respawn:/sbin/mingetty tty4 5:12:respawn:/sbin/mingetty tty5 6:12:respawn:/sbin/mingetty tty6 the gettys are started only in runlevels 1 and 2. People can switch to the consoles, but they only see a blank screen and are not able to log in.
Thanks,
Maurizio -o) Hubert Mantel Goodbye, dots... /\\ _\_v
-- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>