I have vsftpd up and running on my Ubuntu server.
I am trying to make writing to a shared samba directory work. I got a very weird problem. Now the shared directory is writable from a client machine. But the files created under the samba share directory have weird owner and group names.
I am writing to the shared directory as user mike under the client machine, but the file created always has user and group name as steve instead...
I'm trying to get Wordpress to run on my local Ubuntu 12.10 installation.
When I try to install themes/plugins, it asks me for FTP credentials.
I've been trying to get this to work for 2 days now. Everywhere on the web it says you should change the owner:group of your Wordpress directory to whatever owner:group runs your apache server - in my case www-data:www-data.
I had Arch Linux installed and was able to get this correctly working, but I decided to switch over to Ubuntu Server.
I just installed the latest (12.10) version of Ubuntu Server along with LAMP and Samba.
Fresh LAMP server setup with Ubuntu 12.04 and VSFTPD.
I'm trying to access the /var/www folder (web root) with FTP user.
I created a new user ftpuser and added it to the www-data user group created automatically by Apache.
Home directory of that user is set to /var/www.
I also changed the ownership of the /var/www to www-data group and changed permissions to 02775.
However, I'm still not able t
i followed this article
Code:
Adding yourself to the Apache group and modifying permissions For this example your username will be "youruser", on most Linux distributions the Apache service runs on the user "wwww-data" and the group "www-data", we need to include our user "youruser" in to the "www-data" group to be able to se
Running Samba on Ubuntu Server.
I have a share that is accessible to anyone on the network.
The shared directory is set to 775.
I want Windows users that are joined to a particular workgroup to get group permissions, in this case 7, while everyone else get's global permissions, in this case 5.
Is this possible?
Hello,
I have sftp server with chroot for a group[sftpgroup] and username is [sftpuser] on a Linux host, I have created a few subdirectories under sftpuser home directories with 775. Then using a Samba I shared this user home directory to another linux client.
On the Linux client, I have jboss user to access these subdirectories to perform read, write, move and delete operations.
I'm trying to configure Apache to write to a mounted Samba share. I have successfully configured Samba server, mounted the share on the client and I am able to write to the share as the Apache user. Apache gets Permission denied errors when it tries to write.
I'm tailing the Samba log on the Samba server. I'm able to see a log entry when I create a test file.