zoukankan      html  css  js  c++  java
  • pidof

    NAME
           pidof -- find the process ID of a running program.

    SYNOPSIS
           pidof [-s] [-c] [-x] [-o omitpid] [-o omitpid..]  program [program..]

    DESCRIPTION
           Pidof finds the process id's (pids) of the named programs. It prints those id's on the standard output. This program is on some systems used in run-level
           change scripts, especially when the system has a System-V like rc structure. In that case these scripts are located in /etc/rc?.d, where ?  is  the  run‐
           level. If the system has a start-stop-daemon (8) program that should be used instead.

    OPTIONS
           -s     Single shot - this instructs the program to only return one pid.

           -c     Only return process ids that are running with the same root directory.  This option is ignored for non-root users, as they will be unable to check
                  the current root directory of processes they do not own.

           -x     Scripts too - this causes the program to also return process id's of shells running the named scripts.

           -o omitpid
                  Tells pidof to omit processes with that process id. The special pid %PPID can be used to name the parent process of the pidof  program,  in  other
                  words the calling shell or shell script.

    EXIT STATUS
           0      At least one program was found with the requested name.

           1      No program was found with the requested name.

  • 相关阅读:
    Oracle11gR2下PL/SQL访问网络的错误ORA24247
    安装cx_Oracle
    搭建基于FreeNAS的共享存储
    unique constraint 和 unique index 的关系
    Oracle11gR2_RAC全静默安装攻略
    struts中的constant详解 (转载)
    网摘
    用 Google 的 FaceNet 做人脸识别极客帮课程笔记
    【Linux】Git 安装最新版
    【Jmeter】性能测试EMQ X 压测
  • 原文地址:https://www.cnblogs.com/lexus/p/2467693.html
Copyright © 2011-2022 走看看