Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ wait(1) — Atari System V 1.1-06

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

sh(1)





   wait(1)                    (Essential Utilities)                    wait(1)


   NAME
         wait - await completion of process

   SYNOPSIS
         wait [ n ]

   DESCRIPTION
         Wait for your background process whose process id is n and report its
         termination status.  If n is omitted, all your shell's currently
         active background processes are waited for and the return code will
         be zero.

         The shell itself executes wait, without creating a new process.

   EXAMPLE
               unmask 22

         sets file-create mode mask such that at file creation, the write bits
         will be zeroed out for group and other users, regardless of mode
         specification in create.

   SEE ALSO
         sh(1).

   CAVEAT
         If you get the error message cannot fork, too many processes, try
         using the wait command to clean up your background processes.  If
         this doesn't help, the system process table is probably full or you
         have too many active foreground processes.  (There is a limit to the
         number of process ids associated with your login, and to the number
         the system can keep track of.)

   BUGS
         Not all the processes of a 3- or more-stage pipeline are children of
         the shell, and thus cannot be waited for.

         If n is not an active process id, all your shell's currently active
         background processes are waited for and the return code will be zero.















   8/91                                                                 Page 1





Typewritten Software • bear@typewritten.org • Edmonds, WA 98026