svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
suspend(1)
suspend(1) User Commands suspend(1)
NAME
suspend - shell built-in function to halt the current shell
SYNOPSIS
/usr/sunos/bin/sh
suspend
csh
suspend
ksh
suspend
DESCRIPTION
/usr/sunos/bin/sh
Stops the execution of the current shell (but not if it is the login
shell).
csh
Stop the shell in its tracks, much as if it had been sent a stop signal
with ^Z. This is most often used to stop shells started by su.
ksh
Stops the execution of the current shell (but not if it is the login
shell).
ATTRIBUTES
See the respective shell man pages for attributes of the shell built-in
commands.
SEE ALSO
kill(1), sh(1s), csh(1), ksh(1), attributes(7), su(8)
Oracle Solaris 11.4 29 Nov 2022 suspend(1)