Skip to main content

Posts

Showing posts from August, 2017

OverView Of Linux Commands

# Linux Common Commands I am going to explain all the commands here, it is just an introduction post related to common commands name and its uses, that we used frequently. These are the broad view of commands, commands can be categorized within these headings. 1 - File Commands 2 - Access Commands 3 - System Commands 4 - Processes Commands 5 - Network Commands 6 - Some more Useful Commands  Please Click Here..  (To read it in details)

Understanding Default Terminal Commands & Path

# Understanding Default Terminal Commands This is very small topic to just introduce some specific symbols before introducing commands. It will help you for better understanding.  For demonstration, i am using "  Cygwin64 Terminal  " software which helps you to run Linux commands in Windows P.C  you can also use Linux Terminal(any distribution). shanti1 @ shanti2 : ~ $ shanti1  ®  Username shanti2  ®  Computer Name – used to identify the computer over the network. @ (at the rate)  ®   Simply means user(shanti1) is working on a computer  named (shanti2) over the network. :  (  colon  ) ®  Simple Separator ~ ( tilde sign )   ®   Shows that user working in home directory – if you change the directory, this sign will vanish. $ (doller)  ®  Suggests you are working as a regular user in Linux. Note - # (pound ) sign for root or m...