#!/usr/local/bin/python3 import subprocess; print(subprocess.check_output(["ps", "aux"]))