Tip: How to quickly fill whole disk space in Linux with one command ?
Today lets have a look at a short tip to quickly fill complete disk space of our hard drive in Linux with a single command. It is an interesting and...
Today lets have a look at a short tip to quickly fill complete disk space of our hard drive in Linux with a single command. It is an interesting and...
Today we will look the different ways to clear screen in linux. 1. Clear Command [root@nglinux ~]# clear 2. Ctrl+L shortkey It has similar effect as of clear command....
Today we will look how to find a filesystem blocksize in Linux or Unix Operating System. There are many ways, however the preferred ways are quoted below. 1. Use blockdev...
Today we will look how to get the service name listening to a particular port on Linux. The preferred and widely used command is netstat. With netstat, we can grep...
In this post, we will look at an interesting tip to keep two directories in sync with each other. It helps us to take backup of a directory and perform...
Here we will see a trick to save the command output to one or more files alongwith viewing the output on screen. This commandis very ueful for logging and at...
In this article, we will look different ways or tricks to count number of files inside a directory in linux. I. Get files inside /tmp Using “wc -l” command on...