Find the answer to your Linux question:
Results 1 to 4 of 4
Hello everybody This morning I was reading on how to create more tty's and how to "#ALT Fx" to acces them now this may be a stupid question but what ...
  1. #1
    Just Joined!
    Join Date
    Feb 2009
    Posts
    7

    unconventional tty name

    Hello everybody

    This morning I was reading on how to create more tty's and how to "#ALT Fx" to acces them

    now this may be a stupid question but what if I do : "#mingetty tty91", it creates a tty91
    But I cannot do "#ALT-F91" as F91 is veri inexistent

    Still "#who -a" tells me i have an open tty91

    Therefore can someone tell me how to acces this very particular tty91 ?

  2. #2
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,230
    Not that I know anything about ttys, but I remember this command from a long time back:
    chvt(1): change foreground virtual terminal - Linux man page

    I believe this does what you want.
    DISTRO=Arch
    Registered Linux User #388732

  3. #3
    Just Joined!
    Join Date
    Feb 2009
    Posts
    7
    Sorry for double posting

    Anyways thank you for the reply , now i have a staring point , there are a max of 63 tty's in /dev/
    I can connet to ttyX now
    But they have no bash,
    I will get to the end of it
    This is just the beginig of a looooooooong journey inside the core of unix bash scripting

  4. #4
    Just Joined!
    Join Date
    Feb 2009
    Posts
    7
    SOLVED

    ls /dev/tty*

    to see all the tty's available


    openvt -s -c x -f
    x= ttx
    -s = i forgot
    -c = ..... just man openvt man

    edit:

    that will not show in "who -a"
    only mingetty will

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...