Author: Surendra Anne

13 Linux du command examples

In this post, we will be discuss the command “du” or disk usage. The du command is a handy command to check folder/file sizes in Linux. This command comes with a lots of options which when combining them together can give you a very powerful way to check file/folder size usage of your disk. Syntax for Linux du command du [OPTION]... [FILE]... Basic du command usage examples Example 1: Execute du command with no options. As you can see in this example, using du without any option will list folders recursively by default the size of each file under the directory you chose. The...

Read More

14 tail and head commands in Linux/Unix

Many people know about cat command which is useful in displaying entire file content. But in some cases we have to print part of file. In today’s post we will be talking about head and tail commands, which are very useful when you want to view a certain part at the beginning or at the end of a file, specially when you are sure you want to ignore the rest of the file content. let’s start with the tail command, and explore all of the features this handy command can provide and see how to use it best to...

Read More

Install and configure FTP server in Redhat/Centos Linux?

FTP stands for File Transfer Protocol. It was written by Abhay Bhushan and published in 1971. FTP is supported by all the operating systems and browsers. It is a client-server based protocol. How FTP works Step a: Client connects to server on port 21. Step b: Server responds and ask for authentication. Step c: Client decides weather to connect passively or actively and authenticate with credentials(user name password). Step d: If it is an active connection, server opens port 20 for data transfer and gives ftp prompt after successful authentication. Step e: Client call for file and server initiates file transfer. Following picture shows...

Read More

Over 16,000 readers, Get fresh content from “The Linux juggernaut”

Email Subscribe

ABOUT ME..!

My photo
My name is Surendra Kumar Anne. I hail from Vijayawada which is cultural capital of south Indian state of Andhra Pradesh. I am a Linux evangelist who believes in Hard work, A down to earth person, Likes to share knowledge with others, Loves dogs, Likes photography. At present I work at Bank of America as Sr. Analyst Systems and Administration. You can contact me at surendra (@) linuxnix dot com.