On all POSIX-compliant systems, and with Linux, you can use ps : ps -p 1337 -o comm= Here, the process is selected by its PID with -p .
確定! 回上一頁