Tag: shell-commands

  • Linux Command Help / Help Commands

    In this post I’ll be talking about getting help for commands in Linux i.e the various methods of getting to know what a command does using several help commands in Linux. So the first and most straightforward way to get help is using the “–help” option along with the command. Usage user@system-name:~$command-name –help Say you […]