ps aux – POFTUT

What Does “ps aux” Command Mean and Do In Linux

ps command is used to get detailed information about the process running on Linux, Unix, and BSD systems. There are some popular options and use cases for ps where one of them is aux options. We will look at this use case in this tutorial. For more detailed ps tutorial look following. Linux ps Command Tutorial List Processes with … Read more

Linux Kill Process Tutorial With Examples

Linux Kill Process Tutorial With Examples

Operating systems are a bed for applications. These applications are executed as processes. Process start, waits, and ends. Through their lifetime their complete given jobs. In this guide, we will look at how to kill the Linux process in different ways. List Running Processes To kill the process we need to get information about the … Read more