Last active
May 24, 2019 09:24
-
-
Save mariusz-blaszczak/527470c39dc692557f9de161ea2558f0 to your computer and use it in GitHub Desktop.
Unix cheatsheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Dodawanie usera jako root | |
sudo adduser --disabled-password --shell /bin/bash --home /home/USERNAME USERNAME | |
sudo usermod -aG sudo USERNAME | |
sudo passwd USERNAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment