which command refers to the Text mode ?
Answers
Answered by
8
Answer:
Explanation:
Booting in console mode (text mode / tty) allows you to login to your system from the command line (as a regular user or as the root user if it's enabled), without using a graphical user interface.
smithstin49:
hello
Answered by
0
Answer:
Programs accessing the screen buffer through control sequences may lose synchronization with the actual display, so that many text mode programs have a redisplay everything command, often associated with the Ctrl-L key combination.
Similar questions