I'm trying change permissions for all pastes inside a paste named "directory", with the command line 'chmod', Linux. The code that i'm using is the follow:

chmod -R 777 /directory/*

But it's not working. The some pastes works fine, others not.

I try +rwxrwxrwx; su chmod; and don't work...

有帮助吗?

解决方案

Which OS do you use? It's possible that you are niether the owner of the file nor have root permissions. Have you tried to use sudo chmod once? Are your files local or on some ftp/other server? Do the files that dont work have anything in common?

You should maybe ask the question on askubuntu (in case you use ubuntu) or on any other linux forum.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top