2017年8月10日木曜日

CentOS7 GUIログインからCUIログインに設定

# systemctl list-unit-files
gdm.service                                                        enabled

を確認。


# systemctl disable gdm.service


ログイン画面が出てこない場合、
Cntl+Alt+F1,F2,・・・
で実行レベルにあったログインが起動されるよう。

0 件のコメント:

コメントを投稿

python バージョン切り替え

# dnf install python3.9 # dnf install python3.11 # dnf install python3.12 # dnf install python3.13 # alternatives --install /usr/bin/python ...