Skip to main content

Posts

Showing posts from August, 2017

Examples Of Basic Commands Used in C / Ubuntu / Putty

Hey All, Today we will see a very simple example of the usage of those commands which i had mentioned on my old post .If you have not yet checked it out ,visit below link 👇     👇 Detailed Explanation of Basic Commands 👆     👆 Sample Usage :- [17303102@SampleServer1 ~]$  ls                                   //shows the content of the current directory mkdir lab1                    //make a folder named "lab1" ls pwd                              //shows the address of the directory where you are  currently working                                          //on    c cd lab1           ...