# simple commands without the need of shell variables, envrironment and features like redirections, pipes, & go for command module. # If we need to run complex commands or scripts go for shell module.
Abstract: Software developers frequently use the system shell to perform configuration management tasks. Unfortunately, the shell does not scale well to large systems, and configuration management ...