I'm new to python and I'm trying to recreating in a python dictionary the processes hierarchy like the unix pstree does.
Unfortunately I cannot use the wonderful psutil library cause I don't have permissions to search into /proc path.
Did somebody already done this exercise ?