Help for this page

Select Code to Download


  1. or download this
    $ cat script.sh 
      #!/bin/sh
    ...
      bash: ./script.sh: Permission denied
    $ sh ./script.sh
      bash: script.sh: Permission denied
    
  2. or download this
    # ./script.sh
      -su: ./script.sh: Permission denied
    #  sh script.sh
      it ran