ps Command In Linux with Examples

ps Command In Linux with Examples

Linux is a multi tasking and multi user operating system which can be run multiple processes at the same time. In order to accomplish these Linux can run multiple processes at the same time with different purposes, features, owners etc. The ps command is used to list processes in different ways. the ps command can … Read more

Linux nohup Command/Signal Tutorial

Linux nohup Command/Signal Tutorial

Unix and Linux operating systems provide the nohup command in order to implement the nohup signal. The signal and command name are the same. The nohup command is created to prevent hop signal which is used to hang up . The hang-up signal kills all processes related to a user being killed after the user … Read more

Linux top Command Tutorial with Examples

Linux top Command Tutorial with Examples

Linux provides the top command in order to monitor system resources from the command-line easily. The top common provides information about the CPU, Memory, Network, Process usage in real-time by updating the information every 2 seconds. The top command is provided by default by the popular Linux distributions and there is no need to install … Read more

Linux ulimit Command Tutorial with Example

Linux ulimit Command Tutorial with Example

The ulimit command is used to set limits about different attributes of the Linux operating system. The ulimit command is provided by all popular Linux distributions like Ubuntu, Mint, Debian, CentOS, RHEL, etc. because it is a kernel too. In this tutorial, we will examine ulimit related terms like Soft Limit, Hard Limit, Set Limit … Read more

Linux kill Command Tutorial

Linux kill Command Tutorial

The process is the core part of an operating system where jobs or tasks are completed by the processes. Processes run for single or multiple tasks to complete or serve for a long time. Killing processes is an action to end processes and stop it. The process can be killed in different ways with different … Read more