SAGARFIVE

Linux – filters

Linux Filter commands accept input data from stdin (standard input) and produce output on stdout (standard output). It transforms plain-text data into a meaningful way

Read More »

Linux – processes kill

To kill a process use command, extend with different signal numbers, command : kill -SIGNAL PID Process signal names and numbers: process kill methods mentioned

Read More »

Linux – processes

To view currently running processes on the system with the ps command. It mostly return PID(Process ID), TTY(type of terminal ), TIME(process cpu use time),CMD(command

Read More »