Top "Chmod" questions

chmod is a linux/unix command.

I stupidly ran "chmod 400 chmod" and now it appears forever broken

I'm "hacking" an ARM-base quadcopter running a stripped down Linux as part of a class assignment, and after getting into …

linux bash arm chmod
Is chmod 757 safe?

As i am on a shared host , i want to add a image hosting script and it seems that with 755 …

security chmod
Git ignoring gitconfig?

It appears Git is ignoring ~/.gitconfig $ git config --global core.filemode false $ git config -l core.filemode=false core.filemode=…

git chmod git-config
Chmod permission of specific file extension under a folder via SSH

My folder is /images/. There are .png, .gif and .jpg images in this folder. How do I change permissions of …

ssh chmod
PHP mkdir 0777 fail chmod 0777 works

using PHP 5.2.14, this is what happens [user@VE213 public_html]$ php -r "mkdir('directory', 0777);" [user@VE213 public_html]$ ls -lt …

php chmod mkdir
OSError: [Errno 30] Read-only file system: '/User'. macOS Catalina

I was coding sorter for downloads folder. I'm getting this error, I tried to change permissions: chmod: Unable to change …

python macos macos-catalina chmod python-os
Making executable all PHP files (recursively)

I just downloaded MediaWiki software on my server for installation. After decompressing it, I noticed that PHP files were not …

php bash chmod
How to run a perl script in localhost?

I had already installed Apache. I am using PHP for my scripting in localhost. Need to know how to run …

perl apache chmod mod-perl cgi-bin
Get file attributes (hidden, readonly, system, archive) in Python

Just started learning Python. How can i get a status of file's attributes in Python? I know that os.chmod(…

python attributes operating-system chmod stat
Why does the lftp mirror command chmod files

I'm very new to lftp, so forgive my ignorance. I just ran a dry run of my lftp script, which …

ftp chmod lftp