Easy Tutorial
❮ Linux Comm Chfn Linux Comm Statserial ❯

Linux suspend Command

Linux Command Manual

The Linux suspend command is used to pause the execution of the shell.

suspend is a shell built-in command that can pause the currently executing shell. To resume, the SIGCONT signal must be used.

Syntax

suspend [-f]

Parameter Description:

Example

Pause the shell

# suspend 
-bash: suspend: cannot suspend a login shell
# suspend -f

Linux Command Manual

❮ Linux Comm Chfn Linux Comm Statserial ❯