On Mon, 20 Mar 2000, kapil wrote:
> How to configure my linux server (redhat linux 6.1) to have 12 virtual
> consoles.
Add to /etc/inittab:
7:2345:respawn:/sbin/mingetty tty7
8:2345:respawn:/sbin/mingetty tty8
9:2345:respawn:/sbin/mingetty tty9
10:2345:respawn:/sbin/mingetty tty10
11:2345:respawn:/sbin/mingetty tty11
12:2345:respawn:/sbin/mingetty tty12
> I also want to run my log files like "/var/log/messages" on one of
> the virtual consoles.
The easiest way is to simply do
tail -f /var/log/messages &>/dev/tty12 &
LLaP
bero
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.