在ubuntu上關閉圖形界面的方法:1.打開終端;2.通過"systemctl disable lightdm.service"命令關閉;3.重啟ubuntu系統。
在ubuntu上關閉圖形界面的方法:
1.使用快捷鍵【Ctrl+Alt+T】打開終端。
2.輸入以下命令關閉圖形界面。
systemctl disable lightdm.service
3.最后重啟一下ubuntu系統使修改生效即可。
reboot