Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubunut log as root

# for a persistent Root login just type:
sudo -i
Comment

ubuntu login as root

# On login screen, press Ctrl + Alt + (F1-F12) to enter terminal mode
# Log in with your normal account in the terminal
# Type this command to temporarily enable the root account and type a password:
sudo passwd root
# Log out of your current account and type "root" to log in as the root
# Once done, you can lock (disable) the root account using this command:
sudo passwd -l root
# It can be done both as the root and your normal account
# You can leave terminal mode using Ctrl + Alt + (F1-F12) (might be different)
Comment

PREVIOUS NEXT
Code Example
Shell :: vim jump to line number 
Shell :: how to create a group in linux 
Shell :: compress folder ubuntu 
Shell :: How to install npm in centos 
Shell :: python run java jar 
Shell :: how to uninstall all powershell modules 
Shell :: show internet password 
Shell :: how install pandas in python 
Shell :: how to install httrack in kali linux 
Shell :: how to download using curl 
Shell :: show public ip 
Shell :: get full path of files in directory linux command 
Shell :: istio grafana 
Shell :: git pull everything from development branch to feature branch 
Shell :: sveltekit install 
Shell :: pull down remote branch git 
Shell :: install slack on linux 
Shell :: count number of lines in directory linux 
Shell :: conda install camelot py 
Shell :: search file in ubuntu 
Shell :: redwood open prisma studio 
Shell :: linux login to github via git 
Shell :: bash tab completion cycle 
Shell :: search in apt-get 
Shell :: create alias in powershell permanently 
Shell :: check cuda nn version 
Shell :: how to install sublime text 3 on ubuntu 20.04 
Shell :: pytest suppress exit code 
Shell :: npm websocket 
Shell :: use to remove snap packages 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =