suspend (built-in Bash command)

Content

 

Data

License: GNU GPLv3 +
Version number: GNU Bash 5
Developer / owner: Free Software Foundation Inc.

Short description:

Manual page and help for the suspend built-in Bash command. The suspend command suspends the execution of the running shell until a SIGCONT signal is received.

 

 

Man page output

man bash
[...]
       suspend [-f]
              Suspend the execution of this shell until it receives a SIGCONT  signal.   A  login
              shell cannot be suspended; the -f option can be used to override this and force the
              suspension.  The return status is 0 unless the shell is a login shell and -f is not
              supplied, or if job control is not enabled.
[...]

 

 

Help output

suspend --help
suspend: suspend [-f]
    Parancsvégrehajtás felfüggesztése.
    
    A futó parancsértelmező végrehajtásának felfüggesztése SIGCONT szignál
    érkezéséig. Ha nincs erőltetve, bejelentkezési parancsértelmező nem
    függeszthető fel.
    
    Kapcsolók:
      -f        felfüggesztés erőltetése bejelentkezési parancsértelmezőn is
    
    Kilépési kód:
    Sikerrel tér vissza, kivéve ha a munkakezelés nem támogatott vagy hiba
    történt.

 

Related Content