Linux Commands

Essential Linux Commands for Beginners

Basic Linux/Unix Commands with Examples 1.alias The ‘alias’ is another name for a command. If no argument is given, it shows current aliases. Aliases can be used for short names of commands. For example, you might use the cd command frequently. You can create an alias for it: $ alias CD=’cd Desktop’ 2.cal Displays the …

Essential Linux Commands for Beginners Read More »