Linux Basics : Part09 : Running Commands & Getting Help
Commands:These are words which you type in the command line prompt to execute a pre-written script to accomplish a certain objective. Syntax:Commands may be a single word or may have certain syntax. The ones which have a syntax is normally in the pattern of:#command <options> <arguments>where each item is separated by space. Options and arguments … Read more