Skip to content

jechiasson/linux-shortcuts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

linux-shortcuts

list of useful linux commands

Systemd run level controls

enable text mode boot

sudo systemctl set-default multi-user.target

enable graphical (desktop) boot

sudo systemctl set-default graphical.target

list current default

systemctl get-default

To change to a different target unit in the current session only, run the following command:

sudo systemctl isolate runlevel3.target

About

list of useful linux commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published