×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    Template loop detected: Template:Stub

    'jobs' is a shell built-in command, see Bash

    jobs displays the current background jobs/tasks in a Bash shell, standard shell on many Unix based systems like GNU/Linux and BSD derivates.


    bash> help jobs

    jobs: jobs [-lnprs] [jobspec ...] or jobs -x command [args]

       Lists the active jobs.  The -l option lists process id's in addition
       to the normal information; the -p option lists process id's only.
       If -n is given, only processes that have changed status since the last
       notification are printed.  JOBSPEC restricts output to that job.  The
       -r and -s options restrict output to running and stopped jobs only,
       respectively.  Without options, the status of all active jobs is
       printed.  If -x is given, COMMAND is run after all job specifications
       that appear in ARGS have been replaced with the process ID of that job's
       process group leader.
    
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.