I've found the answer myself! It's ps -Ao pid,cmd. -A = Show All Processes; -o pid,cmd = display options: process id, full command string.
確定! 回上一頁