0
votes
1answer
166 views

12.10 403 Forbidden SymLink

I am trying to set up a simple development environment and even after setting all the permissions, I can't get past the 403 error <VirtualHost *:80> ServerAdmin webmaster@localhost ...
0
votes
0answers
123 views

Evince won't save files, says “Permission denied”

If I go into evince's save dialog, go to /home/username/Documents, in my home directory, and try to create a new directory (e.g. foo), the operation fails. Evince says: Could not create directory ...
2
votes
1answer
2k views

Permissions issue with symlinks over samba

I'm having trouble accessing some files over a samba share. Here's my setup: I have shared /shared as Shared I have a user with the same name and pwd as my Linux user in my Windows machine I made ...
1
vote
1answer
3k views

Give ftp users access to directories outside their root using symlinks

I tried to give proftpd virtual users access to directories outside their home paths using symlinks I created as root through the console. /var/ftp/users/test is the home of the user named test. ...
1
vote
2answers
2k views

Making file in user's homedir accessible from web/webserver

I have a txt-file one of my user's homedir which is regularly updated there by a script. I now want to be able to access (read) this file from the web. /home/user/folder/file.txt So what I tried ...