REVOKE(1) | MidnightBSD General Commands Manual | REVOKE(1) |
revoke
— revoke a
character device
revoke |
file ... |
The revoke
program revokes the character
devices using revoke(2).
When used on a TTY, calls like
read(2),
write(2) and
ioctl(2), will be aborted
immediately, effectively causing login sessions to be terminated.
The revoke
program first appeared in
FreeBSD 8.0.
Ed Schouten <ed@FreeBSD.org>
June 15, 2009 | midnightbsd-3.1 |