Horje
create a linux user Code Example
how to make new user linux termil
sudo useradd -m username

#set user password
sudo passwd username

#add user to sudoers [DANGEROUS]
usermod -aG sudo username
linux create user
sudo useradd username
Source: linuxize.com
create user linux
sudo useradd -U -m -d '/home/user' -s '/bin/bash' user
create a linux user
Create a new linux user




Shell

Related
windows power shell change file direatory Code Example windows power shell change file direatory Code Example
how to open powershell in current directory shortcut Code Example how to open powershell in current directory shortcut Code Example
pip install CaImAn Code Example pip install CaImAn Code Example
zfs check compression type Code Example zfs check compression type Code Example
ho to autostart chrome on linux boot Code Example ho to autostart chrome on linux boot Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11