This tutorial is on Linux (Ubuntu Distro)
Those who already knows about the CLI (Command Line Interface) this tutorial is not for you. I'm going to show you one task each post to perform in CLI(using the terminal).
At first open the terminal by going Applications > Accessories > Terminal
Then you will see a graphical interface as below:
Now our today's task is to know your current directory and go to other directories
$ pwd : this is the code for knowing your current directory. When you write and press enter, you will see the path of you current directory in the next line.
$ cd 'directory path' : that's the format of the code to change the current directory using command line. In the place of directory path you have to put your desired path(where you want to move)
example: $cd Public
That's enough for now. Later I'll move a little fast. Till than if you have any problem let me know and have fun ;)
Subscribe to:
Post Comments (Atom)


No comments:
Post a Comment