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...