Je ne peux pas ouvrir un répertoire avec username
même après avoir pris possession et lui avoir accordé toutes les autorisations:
sudo mkdir /path/to/the/directory/
sudo chown -R username:username /path/to/the/directory/
sudo chmod -R 777 /path/to/the/directory/
Je reçois:
$sudo ls -al /path/to/the/directory/
total 0
drwxrwxrwx 1 username username 0 nov 16 15:13 .
drwx------ 1 root root 208 nov 16 15:13 ..
$ ls -al /path/to/the/directory/
ls: cannot access '/path/to/the/directory/': Permission denied
Que pourrait-il se passer?
sudo chown -R $USER:$USER /path/to/the/directory/
est ce qu'il devrait être ($USER
sera transformé en votre nom d'utilisateur) et lorsque vous considérezsudo chmod -R 777 /path/to/the/directory/
être une réponse, vous ne devriez pas être autorisé à maintenir un site Web ;-)