ls command is one of the most frequently used command during a Linux Session. Here are some ls command practical examples to make your Linux...Read more »

The Magician Of Linux
ls command is one of the most frequently used command during a Linux Session. Here are some ls command practical examples to make your Linux...Read more »
If you are a Terminal freak or use terminal to do most of your task, then it is obvious that you are frequently using cd Command to navigate...Read more »
Linux commands can be broadly classified into Internal and External commands. Internal commands are those commands which are shell built-in ...Read more »
tar command in Linux/Unix used to create archive on floppy , hard disk or tape. tar command does not delete original files or directories. L...Read more »
history command shows the list of commands you had executed in your terminal. This command is useful when you want to execute same command a...Read more »
grep command in Linux/Unix grep (global regular expression parse) is use for searching a pattern in a files o...Read more »
cat command in Linux/Unix cat command is one of the command which is used frequently in UNIX/Linux. cat command is used mainly for :- 1. To ...Read more »
echo command in Linux/Unix echo command in Linux/UNIX is primarily used to : 1. To display message ( it is used in shell scripts). 2. To e...Read more »