Answers for "get process in linux"

C#
0

find process on linux

ps –ef | grep <processName>
Posted by: Guest on June-25-2021
1

process in linux

$ ps –f

UID      PID  PPID C STIME    TTY        TIME CMD
52471     19     1 0 07:20    pts/1  00:00:00f     sh
52471     25    19 0 08:04    pts/1  00:00:00      ps -f
Posted by: Guest on February-23-2021

C# Answers by Framework

Browse Popular Code Answers by Language