El Lun 20 Dic 2004 18:47, Robt. Miller escribió:
On Mon, Dec 20, 2004 at 06:48:25PM -0400, Oxiel Contreras wrote:
screen
how do i take control?
oxiel:/etc # w 18:47:12 up 6:55, 3 users, load average: 0.12, 0.17, 0.12 USER TTY LOGIN@ IDLE JCPU PCPU WHAT quique tty1 18:41 4.00s 0.03s 0.03s -bash quique :0 11:53 ?xdm? 7:05 0.01s -:0 root pts/6 18:41 0.00s 0.08s 0.00s w
i want to take control of tty1
screen /dev/tty1
but the screen doesn't show nothing, will these work with ssh sessions too??
screen is a program that you want to have running before you try to see what's going on. If you have it installed type .. man screen ..for instructions.
too cryptic, some example please, if i have a user logged via ssh at pts/8 and i'm root at pts/6, how do i connect to his session??? thanks Oxiel