Fresh user profile: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
If you want to save the dot files you can do this:<br/> | If you want to save the dot files you can do this:<br/> | ||
mkdir ~/backup_dot_files && mv ~/.* ~/backup_dot_files/ | mkdir ~/backup_dot_files && mv ~/.* ~/backup_dot_files/ | ||
Or this command forcibly removes all dot files and | Or this command forcibly removes all dot files and directories with their content from your home dir:<br/> | ||
rm -rf ~/.* | rm -rf ~/.* | ||
Switch back to your window manager (CTRL-ALT-F7) and log in again. | Switch back to your window manager (CTRL-ALT-F7) and log in again. |
Revision as of 10:59, 6 November 2018
Fresh profile
Log out, open TTY 1 (CTRL-ALT-F1), log in with your p-number.
If you want to save the dot files you can do this:
mkdir ~/backup_dot_files && mv ~/.* ~/backup_dot_files/
Or this command forcibly removes all dot files and directories with their content from your home dir:
rm -rf ~/.*
Switch back to your window manager (CTRL-ALT-F7) and log in again.