Tagged Questions
2
votes
2answers
190 views
default file permissions for ftp uploads in ubuntu (vsftpd)
I followed the answer to this question for setting default file permissions in my web root folder:
...
1
vote
1answer
133 views
Ubuntu / linux - Set permissions recursively through a folder where files/dirs have certain permissions
My title probably sounds more cryptic than it needs to.
I'm using ubuntu 12.04 and want to be able to change permissions on files and folders recursively to 755 but only where the permissions are ...
0
votes
0answers
170 views
rsync windows to linux permission denied
Using Command
rsync -avzP --delete --omit-dir-times ../../ ext@mysite.com:/var/www/mysite/
I'm getting
rsync: mkstemp "/var/www/mysite/.." failed: Permission denied (13)
If ext is in the ...
0
votes
1answer
189 views
Change Drobo directory permissions
I have a Drobo unit that is connected via fire-wire to a Dell notebook. Using Ubuntu 12.04. I can not seem to change the permissions to allow all users to have read/write access to the drives. The ...
1
vote
0answers
153 views
SVN export yields different file permissions on 2 systems with same umask
I have a machine with Ubuntu 10.10 and a machine with Ubuntu 11.10.
When I do a svn export on the 10.10 machine, this gives all directories a 755 permission. The 11.10 machine sets the directories to ...
0
votes
2answers
1k views
Correct user rights for Samba share
I have a server which I want to use to share files on a local network. Each user should have a own directory for himself as well as several shared directories:
FolderUser1 ... FolderUserN and ...
0
votes
1answer
123 views
Server error 500 due to file permission
I just installed apache/php5 on ubuntu.When trying to access folders in localhost (via the browser) i got a permission denied page.I tryed to chmod for the files to 755 -R and now i got a 500 ...
2
votes
2answers
3k views
Configure CIFS mount point permissions
On my Ubuntu machine I am mounting a CIFS share by having the following in my /etc/fstab
//netgear0/photos /media/netgear0-photos cifs ...
2
votes
1answer
328 views
Ubuntu - file permissions getting changed automatically
I want to be able to update a certain svn working copy remotely through php. For that, I have given www-data user write permission to the .svn folder (It is owned by someuser:www-data, and I have set ...
0
votes
2answers
728 views
Change permission to mount disk with rdesktop on Ubuntu
I installed rdesktop 1.7 on Ubuntu 10.4 and ran the following commands:
sudo umount /media/Tal
sudo mount -t ntfs-3g -o uid=1000,gid=1000,umask=0000 /dev/sdb1 /media/Tal
rdesktop -0 -r sound:local -f ...
6
votes
2answers
1k views
Ensuring new files in a directory belong to the group
I want to create a shared directory when a number of users (all belong to say mygroup) can create and edit files. I would like all files in this directory and subdirectory to belong to mygroup
I have ...
1
vote
1answer
263 views
Directory group permissions trouble on Ubuntu
I'm using Ubuntu 10.10 64-bit and have created a group 'dcc' to which I added myself as user 'ralc'. After logging out and back in again I tried the command 'groups' and it gives me the line:
ralc ...
1
vote
4answers
5k views
How To Give Execute Permissions To Root User File In Ubuntu?
I have been following this iptables guide online and came across a problem where I tried to give myself execute permissions to a file that is owned by root and stored in root's home folder. Here is ...
0
votes
2answers
2k views
Ubuntu Cannot change permissions on files I own and have RW to
I have a harddrive full of backups which for me is mounted at /media/chronus_
I have been trying to give another user rw permission to this drive.
The problem is that I cannot change any permissions ...
0
votes
1answer
427 views
Unable to cd to directory which I own with permissions 777
This is on a customized Ubuntu 10.10 LiveCD. I have a directory which the default user "ubuntu" owns, and the permissions on the directory is 777. I'm unable to cd into the directory as ubuntu user. ...
0
votes
1answer
698 views
Owner group of /var/www
If I change the owner of /var/www to ftpgroup
sudo chown :ftpgroup /var/www
am I going to have other kind of issues ? Or is that ok ?
2
votes
4answers
18k views
How to copy files to /var/www on Linux?
I'm trying to copy files to the /var/www folder on Ubuntu 10.04. But I think I don't have the permissions.
How can I do this? Maybe I have to set the rights permissions. I dont know.
1
vote
2answers
1k views
Linux Group Permissions
I am running Ubuntu 10.04 server and am having some very counter-intuitive experiences with users/groups. For example:
# create empty file
sudo touch test_file
# create 'test' group
sudo groupadd ...