Results 1 to 3 of 3
Hello everybody!
I'm having this error on my linux server when I trying to list her content:
fw3:~# ls /mnt/ -lAF
ls: cannot access /mnt/sync: Permission denied
total 4
drwxrwxr-x ...
- 12-06-2011 #1Just Joined!
- Join Date
- Dec 2011
- Posts
- 2
Error
Hello everybody!
I'm having this error on my linux server when I trying to list her content:
fw3:~# ls /mnt/ -lAF
ls: cannot access /mnt/sync: Permission denied
total 4
drwxrwxr-x 7 root ParceriaSocial 4096 2011-12-06 10:53 backup/
d????????? ? ? ? ? ? sync/
fw3:~#
Can anyone help me please?
- 12-06-2011 #2
You apparently don't have read permission for /mnt/sync. You can change the permissions on that directory as root, or add yourself to a group that does have read permission.
- 12-06-2011 #3Just Joined!
- Join Date
- Dec 2011
- Posts
- 2


Reply With Quote

