Display full information about each of the processes currently running in Linux.
$ps -ef
You can use ps -ef together with grep command to search for a process with a given keyword.
$ps -ef |grep oracle
Exploring the intersection of technology and management, I share insights on databases, middleware, applications, and IT strategy to help professionals navigate complex systems with clarity and efficiency.
Comments
Post a Comment