Vademecum Linux: differenze tra le versioni

Da Emigar.
Jump to navigation Jump to search
 
(3 versioni intermedie di uno stesso utente non sono mostrate)
Riga 1: Riga 1:
==Lock Utenti==
==Lock Utenti==
===Controlla===
chage -l <username>
passwd -S <username>


===Lock Account===
Lo
chage -E 0 <username>
chage -E 0 <username>
oppure
usermod -e 0 <username>


Lock password:
===Lock password===
usermod -l <username>
usermod -L <username>
oppure:
passwd -l <username>
passwd -l <username>



Versione attuale delle 10:55, 10 mag 2018

Lock Utenti

Controlla

chage -l <username>
passwd -S <username>

Lock Account

chage -E 0 <username>

oppure

usermod -e 0 <username>

Lock password

usermod -L <username>

oppure:

passwd -l <username>