no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | tech:linux:account_locked [2017/12/20 12:26] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Redhat Account locked ====== | ||
+ | If the Linux user account is locked in Redhat, a brute way to remove the lock for //all// accounts is: | ||
+ | <code bash> | ||
+ | cat /dev/null > / | ||
+ | </ | ||
+ | |||
+ | Keywords: password failed login attempts | ||