Prompt permission denied about running commands in shell

-sharp!/bin/bash
files= $(find . -name "*.js")

run . / ch.sh
Tip

in the current directory
./ch.sh: line 2: ./_demo/index.js: Permission denied
Mar.13,2021

because your = has an extra space on the right


read the error because you don't have permission. Check to see if the file index.js has permission to execute x ?


find the index.js file to weight: sudo chmod + x index.js

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36b16-2c01b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36b16-2c01b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?