Seq Command in Linux

Seq Command in Linux: Linux seq command generates a list of numbers – you can use this in scripts and many other functions. Let’s see the examples. Basic usage of commandJust typing seq 5 will create 5 numbers If you type two numbers, the first number will be the start and another one will be … Read more

LSOF command examples

Today we will see lsof command examples and practical usage of lsof command. Before that let’s see what’s lsof? Lsof command is a short form of listing open files.  It’s a utility on a Linux system that will list the information of the files that are currently in opened state or are opened by a … Read more