Hello friends i hope you have read my previous article.. MANIPULATING THE FILE AND DIRECTORIES and it is compulsory to understand the concepts of that article.... in this article we will be learning the practical of the linux commanding manipulation :- files and directories. .. So Lets start... Since we are going to do some real file manipulation, let's build a safe place to “play” with our file manipulation commands. First we need a directory to work in. We'll create one in our home directory and call it “game”. Creating Directories The mkdir command is used to create a directory. To create our game directory we will first make sure we are in our home directory and then we will create a new directory: command : mkdir game To make our playground a little more interesting, ...