Method lrs::tty::Tty::hang_up

Simulates a hang-up of this terminal.

Syntax

impl Tty {
    fn hang_up(&self) -> Result<(), Errno>
}

Remarks

The caller must have the CAP_SYS_ADMIN capability.