Change permissions - permission denied
by jerxjac from LinuxQuestions.org on (#6ERNJ)
I try to recover a HDD from my NAS, using Diskinternals linux reader (program running under Windows) but one folder had the rights specifically for one user.
So I now have the problem that I canit copy/move this folder and itis files.
I tried under Linux different chmod with as last chmod -R 777 ./ But that didnit work
How can I change the rights to the Stack folder, it looks like i'm missing rwx on the 3 last positions (when compared to the other)
Code:drwxrwxrwx+ 13 root kali 4096 Aug 17 09:31 Public
drwxrwxrwx+ 2 root kali 4096 Dec 11 2014 SmartWare
drwxrwx---+ 10 root kali 4096 Aug 25 08:21 Stack
drwxrwxrwx+ 2 root kali 4096 Dec 11 2014 TimeMachineBackup
drwxrwx---+ 2 root kali 4096 Sep 4 05:18 UserOne
So I now have the problem that I canit copy/move this folder and itis files.
I tried under Linux different chmod with as last chmod -R 777 ./ But that didnit work
How can I change the rights to the Stack folder, it looks like i'm missing rwx on the 3 last positions (when compared to the other)
Code:drwxrwxrwx+ 13 root kali 4096 Aug 17 09:31 Public
drwxrwxrwx+ 2 root kali 4096 Dec 11 2014 SmartWare
drwxrwx---+ 10 root kali 4096 Aug 25 08:21 Stack
drwxrwxrwx+ 2 root kali 4096 Dec 11 2014 TimeMachineBackup
drwxrwx---+ 2 root kali 4096 Sep 4 05:18 UserOne