Linux Add User
How To Create Users Within Linux
Create user with home directory:1
useradd -m lukas
Change password1
passwd lukas
Add user to group proxy1
usermod -a -G proxy lukas
list of all Groups1
cat /etc/group
You need to set
install_url
to use ShareThis. Please set it in _config.yml
.