Skip to content

mkyong.com

  • Spring Boot
  • Java Virtual Threads
  • Contact
  1. Home /
  2. chmod

Tag: chmod

unix / linux February 1, 2017 1 min read by mkyong 0 comments

Linux – How to assign execute permission to a .sh file

On *nix, you can use chmod +x file.sh to make a .sh file executable. Terminal $ ls -lsah total 12K 4.0K drwxr-xr-x 2 mkyong mkyong 4.0K Feb 5 10:24 . 4.0K drwxr-xr-x 17 mkyong mkyong 4.0K Feb 5 10:24 .. 4.0K -rw-r–r– 1 mkyong mkyong 67 Feb 5 10:24 run-script.sh $ chmod +x run-script.sh $ […]

Read more Linux – How to assign execute permission to a .sh file

Java and Spring tutorials since 2008. Every example is a complete, runnable file, compiled and run on a real machine before it goes out.

About This Site

  • About
  • Editorial Policy
  • Contact
  • Code License
  • Privacy Policy
  • Terms of Use

© 2026 mkyong.com — Powered by WordPress

RSS