You are welcome to discuss various security topics with our professional team and other users like you!
Read our Registration Agreement and create your FREE account here!

*

Gabriel9999

  • *
  • 6
  • +0/-0
      • View Profile
File Permission of The Sh Files
« on: May 21, 2019, 11:11:27 am »
I have  a directory where a lot of bash script or sh file exist. I want to change their permission to the 770 with the chmod command. How can I accomplish that? Thanks

*

Execute

  • *****
  • 388
  • +55/-0
  • Your friendly neighbourhood IT guy
      • View Profile
Re: File Permission of The Sh Files
« Reply #1 on: May 21, 2019, 11:56:02 am »
chmod 770 filename

That should be the command but that is for Unix/Linux systems.
This is mainly a forum for Windows, so simple questions like that could easily be answered with a quick Google Search.