commands.sh

away

linux

Locks terminal with an away message.

More info →

Options (7)

-c, --mailboolean

Lock terminal and enable mail check

Example: away {{[-c|--mail]}} {{message}}
-C, --nomailboolean

Lock terminal and disable mail check

Example: away {{[-C|--nomail]}} {{message}}
-t, --timeboolean

Lock terminal and sleep background tasks for number of seconds

Example: away {{[-t|--time]}} {{seconds}} {{message}}
-p, --persistboolean

Lock terminal and check mail if at least one inbox hasn't received new mail

Example: away {{[-p|--persist]}} {{message}}
-P, --nopersistboolean

Lock terminal and check mail until at least one inbox has received new mail

Example: away {{[-P|--nopersist]}} {{message}}
-h, --helpboolean

Display help

Example: away {{[-h|--help]}}
-v, --versionboolean

Display version

Example: away {{[-v|--version]}}

Examples (8)

Lock terminal and set away message

away message

Lock terminal and enable mail check

away [-c|--mail] message

Lock terminal and disable mail check

away [-C|--nomail] message

Lock terminal and sleep background tasks for number of seconds

away [-t|--time] seconds message

Lock terminal and check mail if at least one inbox hasn't received new mail

away [-p|--persist] message

Lock terminal and check mail until at least one inbox has received new mail

away [-P|--nopersist] message

Display help

away [-h|--help]

Display version

away [-v|--version]
made by @shridhargupta | data from tldr-pages