python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Run bash script without chmod
I'm creating bash scripts with .sh extensions, performing smiple tasks, but every new script I have to modify with chmod to run. I see that repositories I download from github/bitbucket containing scr...
Erwol
Votes: 0
Answers: 2
chmod a+x in Powershell
I'm new at Powershell and I need to apply this command to a folder. I've tried lots of results on the internet related to ICACLS but I can't make them work, I've lost the count on how many commands I'...

Kalima
Votes: 0
Answers: 0
How to use chown command in PHP?
I want the user to be able to read and edit files in the test folder, these files are always created by a software with read-only properties.
I can't use the chown command manually, so I need a chown ...
Toi la ai Apple
Votes: 0
Answers: 3
Is there an equivalent windows command for chmod?
I'm currently setting up a PHP app to run on my local machine (windows). The README describes the steps to run to set up the app on the production sever (linux).
I've come accross these steps:
mkdir v...
pjs1000
Votes: 0
Answers: 1