English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The Linux suspend command is used to pause the execution of the shell.
suspend is a built-in shell command that can pause the currently executing shell. To resume, you must use SIGCONT signal.
suspend [-f]
Parameter Description:
Pause Shell
# suspend -bash: suspend: Cannot suspend a login shell # suspend -f