Перечислите установленное приложение на клиенты Windows через Microsoft SMS

При использовании удара можно подозревать с управлением-Z и фоном с bg.

Управление заданиями (от удара человека)

 If the operating system on which bash is running supports job 
 control, bash contains facilities to use it.   Typing the  
 suspend  character  (typically ^Z, Control-Z) while a process 
 is running causes that process to be stopped and returns control 
 to bash.  Typing the delayed suspend character (typically ^Y, 
 Control-Y) causes the process  to  be stopped  when  it  
 attempts to read input from the terminal, and control to be 
 returned to bash.

справка bg

bg: bg [job_spec ...]
    Place each JOB_SPEC in the background, as if it had been started with
    `&'.  If JOB_SPEC is not present, the shell's notion of the current
    job is used.

задания справки

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.
1
задан 3 May 2010 в 16:52
1 ответ
0
ответ дан 4 December 2019 в 10:42
  • 1
    это - много документации для чтения... Вы могли дать мне ссылку на пример? большое спасибо за Ваш ответ :-) –  robob 4 May 2010 в 09:00

Теги

Похожие вопросы