Multiple choice technology operating systems

how can we use enter into virtual console i.e what is the way to have more number of login sessions at a time?

  1. edit file /etc/inittab and change value to 5

  2. ctrl + 6

  3. alt + ctrl + del

  4. alt + F1 to F6

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In Linux systems, virtual consoles can be accessed using key combinations Alt + F1 through Alt + F6. Other options like Ctrl + 6 or Ctrl + Alt + Del (which reboots the system) do not open new virtual consoles, and changing /etc/inittab is configuration, not the direct method of entering them.