You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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