Skip to content

Instantly share code, notes, and snippets.

@markogresak
Created January 30, 2015 15:04
Show Gist options
  • Select an option

  • Save markogresak/5e4cc439b2400348303f to your computer and use it in GitHub Desktop.

Select an option

Save markogresak/5e4cc439b2400348303f to your computer and use it in GitHub Desktop.
a) useradd -D
b) useradd -c "Uporabniski komentar" -s /bin/bash -m uporabnik1
useradd -c "Uporabniski komentar" -s /bin/bash -m uporabnik2
c) chmod 000 -R /home/uporabnik1
chmod 744 -R /home/uporabnik2
d) passwd uporabnik1
passwd uporabnik2
e) groupadd skupina
usermod -G skupina uporabnik1
usermod -G skupina uporabnik2
f) userdel uporabnik1
userdel uporabnik2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment