Switch Debian to Command Line Mode
To switch to command line mode in Debian system, follow these steps:
- You can use the shortcut keys Ctrl + Alt + T to open the terminal window.
- Enter the following command to switch to command line mode:
sudo systemctl set-default multi-user.target
- Please enter the administrator password to confirm the switch.
- Restart the computer and the system will boot into command line mode.
You can use the following command to switch back to graphical interface mode.
sudo systemctl set-default graphical.target
Simply restart the computer to return to the graphical interface mode.