Welcome to the Linux Knowledge Base and Tutorial
so you want to learn how to use the Bash command line interface (terminal) on Unix/Linux. Or, it’s part of a subject you’re doing and so you’re learning it because you have to. Either way, that’s great. You’re learning how to use a powerful tool that can make your life easier, and make you awesome (more so than I’m sure you already are) .
Complete tutorial will cover the below things:-
- Installation – Installation of different flavor of Linux
- Un installation –
- The Command Line – What is it, how does it work and how do I get to one.
- Basic Navigation – An introduction to the Linux directory system and how to get around it.
- More About Files – Find out some interesting characteristics of files and directories in a Linux environment.
- Manual Pages – Learn how to make the most of the Linux commands you are learning.
- File Manipulation – How to make, remove, rename, copy and move files and directories.
- Vi Text Editor – Discover a powerful Linux based text editor.
- Wildcards – Also referred to as globing, this is a means to refer to several files in one go.
- Permissions – Learn to identify and change the permissions of files and directories and what the consequences of these are.
- Filters – An introduction to various commands that allow us to mangle data in interesting and useful ways.
- Grep and Regular Expressions – Master a powerful pattern matching language that is useful for analyzing and processing data.
- Piping and Redirection – Join commands together in powerful combinations.
- Process Management – See what is currently running on your Linux system and what state the system is in, learn how to kill programs that have hung and put jobs in the background.
- Scripting – Be happy. Get the computer to do tedious and repetitive tasks for you.
- Cheat Sheet – A quick reference for the main points covered in this tutorial.
- Administration
- Memory Management
- Networking
- Email System
- File System and File Management
- Utilities
Failed to start httpd server: Address already in use

Read More »
File compress and uncompress in linux

Read More »
Create user in linux
Create user in linux Use the adduser command to add a new user to your system. Be sure toRead More »
Create and View file in linux
Create and View file in linux The ‘cat’ command is used to display text files. It can also be usedRead More »
rm command to delete files in linux
rm command to delete files in linux The rm command (short for remove) is a Unix / Linux commandRead More »
History command in linux
History command in linux We will see how we can use history command effectively to extract the command which wasRead More »
ls - linux command to listing files and directory
ls – linux command to listing files and directory Here is video to show how to use ls command inRead More »
PWD - Linux command to check current working directory
PWD – Linux command to check current working directory When you first open the terminal, you are in theRead More »
Linux command to check space
Linux command to check space df -h command is used to check space in linuxRead More »
How to disable IPv6 in Ubuntu
How to disable IPv6 in Ubuntu To disable ipv6, you have to open /etc/sysctl.conf using any text editor and insert the followingRead More »
sudo privileges to an existing user in ubuntu
sudo privileges to an existing user in ubuntu If you have already created the user, you can add the userRead More »
Filter Logs with Grep : linux Command Grep

Read More »
OpenSSH Server Best Security Practices: secure your OpenSSH server
OpenSSH Server Best Security Practices: secure your OpenSSH server OpenSSH is the implementation of the SSH protocol. OpenSSH is recommendedRead More »
Vi - Linux file editor

Read More »
Setup SFTP Server on linux
Setup SFTP Server on linux CentOS 7 or any Linux server distribution is a very powerful server that performs above andRead More »