1

I've just realized that my phpmyadmin has full privilegies (to guest also).

See screenshot:alt text

However phpmyadmin is actually a link to another directory in my unix system. Is that normal or should I change the settings ?

thanks

aneuryzm
  • 1,714
  • 5
  • 26
  • 41

2 Answers2

2

Yes, that's normal. The permissions of symbolic links look like that. To see the permissions of the target, you need to dereference the link:

ls -ldH phpmyadmin
Dennis Williamson
  • 62,149
  • 16
  • 116
  • 151
0

No, it isn't. But check the permissions of linked directory. Read (and Execute for directories) permissions are enough for phpMyAdmin.

lg.
  • 4,649
  • 3
  • 21
  • 20