4. How to view the status of applications running on the Linux system code example
Example: check running process in linux
ps -aux
# (print all processes owned by a user named "x")
ps -aux
# (print all processes owned by a user named "x")