{
    "mode": "man",
    "parameter": "pwdx",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/pwdx/1/json",
    "generated": "2026-06-12T05:49:22Z",
    "synopsis": "pwdx [options] pid [...]",
    "sections": {
        "NAME": {
            "content": "pwdx - report current working directory of a process\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "pwdx [options] pid [...]\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "-V --version",
                    "content": "Output version information and exit.\n",
                    "flag": "-V",
                    "long": "--version"
                },
                {
                    "name": "-h --help",
                    "content": "Output help screen and exit.\n",
                    "flag": "-h",
                    "long": "--help"
                }
            ]
        },
        "SEE ALSO": {
            "content": "ps(1), pgrep(1)\n",
            "subsections": []
        },
        "STANDARDS": {
            "content": "No standards apply, but pwdx looks an awful lot like a SunOS command.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Nicholas Miell ⟨nmiell@gmail.com⟩ wrote pwdx in 2004.\n",
            "subsections": []
        },
        "REPORTING BUGS": {
            "content": "Please send bug reports to ⟨procps@freelists.org⟩\n\n\n\nprocps-ng                                    2020-06-04                                      PWDX(1)",
            "subsections": []
        }
    },
    "summary": "pwdx - report current working directory of a process",
    "flags": [
        {
            "flag": "-V",
            "long": "--version",
            "arg": null,
            "description": "Output version information and exit."
        },
        {
            "flag": "-h",
            "long": "--help",
            "arg": null,
            "description": "Output help screen and exit."
        }
    ],
    "examples": [],
    "see_also": [
        {
            "name": "ps",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/ps/1/json"
        },
        {
            "name": "pgrep",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/pgrep/1/json"
        }
    ],
    "tldr": {
        "source": "official",
        "description": "Print working directory of a process.",
        "examples": [
            {
                "description": "Print current working directory of a process",
                "command": "pwdx {{process_id}}"
            }
        ]
    }
}