Learn basic commands for Linux #3

 


PART 1 > Read Now...
PART 2 > Read Now...


PART 3 :





1> echo :
                The "echo" command is helps us to move the data, usually text into file. if you want to make a new text file or add to an readymade text file, then you need to type in, “echo hello, my name is hj >> new.txt”.

2>cat : 
                This (cat) command is show the contents of the particular file. It is usually used to simply view programs.

3> nano / vi / jed : 
                nano and vi commands are preinstalled editors in the linux command line. The nano command is a best text editor that denotes keywords with colors and recognize in many other languages. 

4> sudo :
                A complex used command in the Linux command line, The SUDO command is stand for "SuperUser Do". if you want to done with controlling or root advantage, then you can use the command SUDO. and you can use the command "sudo passwd". then after you can type the new root password.

5> zip, unzip :
                The zip command is use to compress files into a zip archive, and the unzip command is use for extract files from a Zip archive.


Continue......
            
                

Comments