Category linux

Linux: How to Display Process Tree

Process is the application or software that is currently running. Each process is identified by unique ID called process ID. Processes can create other processes called child or sub processes. There are different tools to look at the processes running…

Looping in Shell Scripting Explained

Loops are programming constructs that some particular statement needs to be executed repetitively for a finite number of time with respect to the given condition. Loops that are available in Bourne Shell are For Loop For loop iterates over the…

7Zip for Linux – Command Examples

7-Zip is fully featured cross cross platform file archiver software. While windows is having nice and elegant UI, Linux/POSIX systems have fully features command line tool 7z 7z supports many compression algorithms and formats such as GZIP, TAR, ZIP, XZ,…