Ressources informatiques

Ressources informatiques

Ressources informatiques

Modes de démarrage

Démarrer en mode texte (sans IHM)

Ouvez un terminal et tapez les commandes ci-dessous

doe@debian:~$ su - root
Mot de passe :
root@debian:~# cd /lib/systemd/system
root@debian:/lib/systemd/system# ls -l d*.target
lrwxrwxrwx 1 root root 16 mars  20 14:09 default.target -> graphical.target
root@debian:/lib/systemd/system# ln -sf multi-user.target default.target
root@debian:/lib/systemd/system# ls -l d*.target
lrwxrwxrwx 1 root root 17 mars  20 14:12 default.target -> multi-user.target
root@debian:/lib/systemd/system# reboot

Remarque : vous pouvez lancer l'interface graphique en tapant la commande startx

Démarrer en mode graphique

Pour repasser en démarrage avec l'IHM, il faut faire :

root@debian:~# cd /lib/systemd/system
root@debian:/lib/systemd/system# ln -sf graphical.target default.target
root@debian:/lib/systemd/system# reboot