Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
6answers
2k views

Whats the python way for recursively setting file permissions?

What's the "python way" to recursively set the owner and group to files in a directory? I could just pass a 'chown -R' command to shell, but I feel like I'm missing something obvious. I'm mucking ...
5
votes
5answers
3k views

PHP mkdir and apache ownership

Is there a way to set php running under apache to create folders with the folder owned by the owner of the program that creates it instead of being owned by apache? Using word press it creates new ...
5
votes
4answers
5k views

Correct owner/group/permissions for Apache 2 site files/folders under Mac OS X (10.6)?

It's hard to find Mac-specific answers to this question on the web, so I'm hoping someone out there can put this one to rest for me? My permissions are screwed up on my sites and I'm not sure how to ...
4
votes
2answers
518 views

“Command /usr/sbin/chown failed with exit code 1” when Archiving

I am trying to archive my first iOS 4.3 Application for iPhone and I always encounter this error: Command /usr/sbin/chown failed with exit code 1 I have searched through various forums, trying ...
2
votes
2answers
97 views

How to change the user and group permissions for a directory, by name?

os.chown is exactly what I want, but I want to specify the user and group by name, not ID (I don't know what they are). How can I do that?
2
votes
1answer
1k views

MongoDB only works when run as root on Ubuntu - data directory issue

I installed MongoDB with the official packages (mongodb-stable), and followed the Quickstart guide which includes: By default MongoDB will store data in /data/db, but it won't automatically ...
2
votes
1answer
644 views

Creating a tablespace in postgresql

I'm trying to create a tablespace in postgres, but I'm getting ownership problems. The command I'm using is: CREATE TABLESPACE magdat OWNER maggie LOCATION '/home/john/BSTablespace' I get the ...
2
votes
3answers
362 views

Unix: command for sudo-mv-chown combo?

I am operating as sudo in a system where I mv a great amount of files and dirs to and fro. Is there a command for the combo? $ sudo -i; # mv hello /home/other; # chown -R other:other ...
1
vote
1answer
47 views

Mac OSX Apache Write Privileges [closed]

So here is my problem. Its started when I discovered that I couldn't install plugins or themes in WordPress from the admin panel, it just kept asking for my connection info ( http://cl.ly/DLdH/o ). I ...
1
vote
3answers
69 views

chown in scripts

Update: turns out the problem is more complicated than I originally thought. I was simultaneously trying to troubleshoot why my mkdir stopped working and it was because I had manually changed ...
1
vote
1answer
99 views

fopen the same file with apache and crontab - permission denied

i have this problem with fopen files. Maybe someone has a solution... When fopen creates a file via the browser, the file is owned by "nobody", if i run the same script via crontab i get permission ...
1
vote
2answers
44 views

Is there a way to diff chown/chmod between two servers' directories?

Platform: CentOS 5.6 x86_64 I have a production server and a development server. I want to debug file ownership and permissions across a large directory structure, which is almost identical, give or ...
1
vote
2answers
305 views

PHP Creating folder with the owner as 99

I have a script (run as a cron) that creates a new folder called 'images' on a server and moves images from the root folder to this new folder. Later another function will create thumbnails from these ...
1
vote
1answer
301 views

Mounting afp as different user for php access

I've mounted an afp directory, afp://ServerName/Foo/, with "Finder->Go->Connect to Server" to /Volumes/Foo, now I'm trying to access it with: opendir("/Volumes/Foo/dirname/"); However, I get an ...
1
vote
1answer
184 views

MySQL local owner and permissions

I asked this question on the MySQL forums and got no answer, so I'll try here. I recently successfully installed the 64 bit version of mysql-5.5.8 on a MacBook Pro in the /usr/local directory. To ...
1
vote
1answer
343 views

How to properly use group access and chgrp?

I attempting to deploy files to a remote server using SSH. My username joe is a member of the group www. I am SSH'ing in as joe, and creating a new folder (let's call it test). The parent folder's ...
1
vote
1answer
139 views

setting file ownership with mercurial

I am using mercurial as part of my workflow process and it is working well. I have one niggling problem though. When I pull from my central repository down to my Linux web server in order to make an ...
0
votes
1answer
58 views

PHP can't write outside of the document root no matter what

Running a VM with CentOS 5.7 with typical httpd install. I'm trying to write a file to a folder outside of /var/www/html, lets say in /var/somedir I've chmoded somedir with 777 I chowned it to ...
0
votes
1answer
16 views

Phing runs under user with limited permission

I have not used phing before, but would like to use it to automate my deployment process. Currently I log in under myuser, Apache runs under www-data. All my application code is owned by myuser, but ...
0
votes
1answer
56 views

fopen Creates File, But how to change permissions?

I am creating a new file using fopen. $filename = 'user_data/10.xml'; $openhandle = fopen($filename, 'w+'); Then I check if the file has been created using: file_exists() function. The problem is: ...
0
votes
2answers
106 views

mkpath equivalent for chown [Perl]

How can I execute chown for all the directories on a given path (similar to mkpath in perl). i.e. if I give /home/parth/something/else and as input, all of the directories on this path will have ...
0
votes
1answer
77 views

Updated Drupal via Drush up command. Now I have a Server 500 error

I have a Drupal install on my local machine. Ran Drush up command to update the core files. Now I just get a Server 500 error. Before I ran drush up, my drupal installation folders permissions looked ...
0
votes
2answers
82 views

chown file by root and execute it bye group [closed]

the value of a perl code is : ex.pl system("cat /etc/shadow"); and i chown the above file to root (chown root ex.pl) . my question is if a user from groups (ex:apache) execute the above perl file ...
0
votes
1answer
139 views

Impossible to use chown even if I am logged as a root

I am currently using debian 6 squeeze. I would like to change the owner of a floder in my usb key. So I did : chown -R www-data /media/USB/myfolder/myfile I got this message : chown: changing ...
0
votes
1answer
243 views

Setuid for iphone app to run as root

Im am trying to make my iphone app run as root, and i was told to setuid, I do not know how to do this.
0
votes
1answer
134 views

Using Hivelogic MySQL again after installing Homebrew

I previously installed mysql using the Hivelogic compilation method. http://hivelogic.com/articles/compiling-mysql-on-snow-leopard/ Then I installed Homebrew. Which broke it. Here's why.
0
votes
1answer
234 views

Configure for a directory specific chmod for new created files and subdirectories

Hello I would like to create a directory in which new created files have chmod 640. directories will have chmod 750. The user's global umask is not changed. The correct chmod for new created files is ...
0
votes
1answer
223 views

Should I chown after tar and mv file to different domain director on same server? [closed]

I performed a tar of an entire directory in httpdocs on one domain (reesefelts.org) and un-tar in another directory on the same vhosts machine at mediatemple (dev.reesefelts.org). Now having issues ...
0
votes
1answer
171 views

Just messed up a server misusing chown, how to execute it correctly?

I'm moving from an old shared host to a dedicated server at MediaTemple. The server is running Plesk CP, but, as far as I can tell, there's no way via the Interface to do what I want to do. On the ...
0
votes
1answer
233 views

Different file owner for files created via cron vs apache

I have a web application which has a shared config.php file. In this file, I include a function which gathers error messages (using set_error_handler) and then, at the end of the script execution, ...
0
votes
1answer
471 views

php chown exec() question!

I need to write an exec to change owner on some folders on my webserver. This is what I am working with. exec('cd /xxxxx/xxxxxx/public_html/ && chown user.user * -R', $out); Got to be ...
0
votes
1answer
97 views

SSH copying folders [closed]

I have a folder on my server that I'd like to copy to another directory. However, after I copy it and navigate to the new folder, some of the directories are RED and I can't navigate into them. I ...
0
votes
2answers
244 views

when should I use “apache:apache” or “nobody:nobody” on my web server files?

Background: I remember at my old place of employment how the web server admin would always make me change the httpd-accessible file upload directories so that they were owned by apache:apache or ...