SimpleBashExamples In order to execute scripts from the command line, you may need to run the command "chmod u+x filename" Example - chmod u+x disk_usage.sh To run the script use ./ before the filename. Example - ./disk_usage.sh