Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 278 Bytes

File metadata and controls

9 lines (8 loc) · 278 Bytes

🔧 File Permissions & Execution

chmod +x script.sh        # Make script executable
chmod 755 filename        # Set permissions
ls -l                     # View permissions
./script.sh               # Run local script
sh script.sh              # Run with shell