Skip to content

Instantly share code, notes, and snippets.

@mariusz-blaszczak
Last active May 24, 2019 09:24
Show Gist options
  • Save mariusz-blaszczak/527470c39dc692557f9de161ea2558f0 to your computer and use it in GitHub Desktop.
Save mariusz-blaszczak/527470c39dc692557f9de161ea2558f0 to your computer and use it in GitHub Desktop.
Unix cheatsheet
# 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