ps commands


title: “ps commands”
date: 2019-08-12T11:49:37
slug: ps-commands


Get The Process Start Time And Date In Linux

Display the start time and date of the running processes in Linux:

$ ps -eo pid,lstart,cmd
Print Friendly, PDF & Email