[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: man login(1) references /etc/nologin instead of /etc/nologin.txt as said in man nologin(8)



On Tue, 13 Jan 2004, Otto Moerbeek wrote:

> You are confusing the program nologin(8) (which displays
> login.txt)  and /etc/nologin (a file checked and displayed by login(1)).

As tom@ noted: s/login.txt/nologin.txt/

The first mechanism is to always disable login for a specific user,
while the second is for blocking login for (almost all) users for a short
period of time.

	-Otto