Hey All, Today i will be sharing with you the basic commands you will need to know for using Terminal in UBUNTU or while using PUTTY or any similar terminal version's on Windows To launch a new Terminal Session on Ubuntu:- Press CTRL + ALT + T . Syntax is defined as the method to write a particular command or statement ! COMMANDS :- 1) The tilde (~) symbol stands for your home directory. If you are user, then the tilde (~) stands for /home/user 2) pwd: The pwd command will allow you to know in which directory you're located (pwd stands for "print working directory"). Example: " pwd " in the Desktop directory will show "~/Desktop". Note that the GNOME Terminal also displays this information in the title bar of its window. A useful gnemonic is "present working directory." 3) mkdir : This command is used to create a new folder . Syntax :- mkdir <folder name> Example :- mkdir Test ,where "Test" is the fo...
Things go out of hand at times