Round 1 - Write a program to get a list of running processes
Respuesta de la entrevista
Anónimo
13 ene 2019
* Read /proc directory in Linux
* Run OS command "ps"
* Use some open source or inbuilt library
* Learn how "ps" command works and do the same in the programming language