Linux users are able to have multiple sessions by using the virtual terminals to run multiple display managers, as I understand it.
So my question is: can FreeBSD do the same by modifying /etc/ttys?
For example, the entries look like this:
So my question is: can FreeBSD do the same by modifying /etc/ttys?
For example, the entries look like this:
Code:
ttyv1 "/usr/local/bin/xdm -nodaemon" xterm on secure
ttyv2 "/usr/local/bin/xdm -nodaemon" xterm on secure
ttyv3 "/usr/local/bin/xdm -nodaemon" xterm on secure
ttyv4 "/usr/libexec/getty Pc" cons25 on secure
.
.
.