Tagged Questions
The directory-permissions tag has no wiki summary.
4
votes
1answer
57 views
How to create a shared folder on a remote Windows machine using C#?
I want to manage shared folders on a remote machine from a C# application. Is there a way to do this using C#?
I know WMI can do remote management but I haven't found a way to manage file and folder ...
4
votes
3answers
1k views
C# WMI runs an exe on a remote computer that then runs another exe on the same computer that then calls Directory.CreateDirectory on a network path and fails. What am I missing?
Using C# WMI I start an exe on another computer and this exe starts another exe using the C# Process class. The last exe tries to call Directory.CreateDirectory using a network path (aka ...
3
votes
1answer
232 views
C# save directory permissions
I've been trying to find a way to store permissions on a directory. I am currently using SetACL to help. If I could change ownership on directories/registry without it that would be preferred, but ...
2
votes
3answers
5k views
Can't install Homebrew on Mac OS X Lion [closed]
I'm trying to install Homebrew on Mac OS X Lion according to these instructions which simply state to paste this in a terminal window: /usr/bin/ruby -e "$(curl -fsSL ...
2
votes
1answer
695 views
Test-Path / System.IO.Directory::Exists not working as expected
I'm having trouble using the Powershell CmdLet Test-Path.
I created a Share on a Server (\\Servername\MyShare$), which allows one Group of users to just create a file and append data, while others ...
1
vote
1answer
250 views
How do I make InnoSetup remove permissions on a folder for everyone but the current user?
I have an "Install Just for me" option on my InnoSetup installer. If this option is chosen the program files are written to a folder off the users local settings application data folder, rather than ...
1
vote
1answer
226 views
Sitecore folder & IIS permissions
When setting up or moving a Sitecore solution, you have to remember to setup the correct folder permissions and IIS permissions.
It something like sections 3.3.3.2 - 3.3.3.9 here:
...
1
vote
2answers
36 views
How do I test whether I could write to a filename?
The title may seem trivial, but this isn't as easy as it sounds. You can't just check the permissions on the file, because the file may not exist, and you may have the necessary permissions to create ...
1
vote
2answers
649 views
Cannot read files from a directory - android
I have a directory /sdcard/audio in the project. This directory contains some audio (wav) files.
Here is what I am trying to do:
1. Read from the directory.
2. Play the wav files.
The code I have ...
0
votes
0answers
18 views
You don't have permission to access / on this server. Apache, win 7 [migrated]
read all the posts regarding this issue - and none of them seed to help my instance...
I just moved all my dev stuff form a vista machine (where it worked fine) to a Windows 7 machine - Apache 2.2... ...
0
votes
2answers
49 views
IIS 7 Permissions: How to set the correct permissions for a directory?
I have added my site to IIS 7 on my local machine. It has added fine but I can't get the permissions sorted on the folder. I get the following error when trying to browse the site:
HTTP Error 500.19 ...
0
votes
0answers
43 views
mount samba make folder unaccessible
I have created a folder and 770 it; when I try to mount a samba share, permissions are changed to 670 and I cannot access folder data; but if I "su" I can access all the data.
My command is:
sudo ...
0
votes
1answer
28 views
Permission to save file but not to see?
Is there a way to set permissions in a directory such that:
Every user can save files in the directory
Only the directory owner and the file owner can see it
The idea is to allow people to save ...
0
votes
1answer
55 views
PHP Not Able to Find File Even Though It Exists
Everyone.
I am using an image resizer script that resizes JPG images. It worked fine on my remote server but unfortunately it doesn't work on the client's server. :-|
The directories are writable ...
0
votes
0answers
100 views
Set Folder Permissions On server via ASP.NET MVC 3
I've built an ASP.NET MVC 3 application and I need to set permissions on other web site's wwwroot folders in order to deploy (copy) files to these web sites.
I own the server and all the other ...
0
votes
1answer
280 views
Rsync does not properly set permissions on Windows folder
I'm using rsync on Windows 7 (in particular, cwrsync). I'm using a simple command as such:
rsync -r --perms --delete /cygdrive/c/Users/Michael/Documents/Personal/ ...
0
votes
2answers
265 views
Access to the path 'XXX' is denied
Q:
I make a web application and i use a File Upload server control ,when i save the files to a specific folder ,i get Access denied to this path all the time also i give Full control permission for ...
0
votes
1answer
281 views
give access rule permission to the specific user on local network
My app is working on local network,and the admin create the folder for every user on shared folder with this code:
for example "me1" is a user on local network.
DirectoryInfo d=new ...
0
votes
0answers
175 views
What are the minimum file and folder permissions under the public_html directory of a website?
Although I've come across specific case related answers to this question I have not come across a general guide to the uninitiated on the subject.
Basically when you upload yourwebsite to a server, ...
0
votes
2answers
160 views
Limiting FTP account to upload only [closed]
Is it possible to configure an ftp account such that it can ONLY be used for upload, without any other permissions? Like reading etc...
You see i would like to accomplish two things...
Use an Ftp ...
0
votes
0answers
297 views
Active Directory Folder Effective Permissions of all users
I know that is easy to get the effective permissions of one group or user over a folder, but I want to know if it is possible to get the effective permissions for all users on my shared folder. There ...
0
votes
1answer
225 views
C# Storing Folder Permissions
I'm having a little trouble with storing Folder Permissions. I was able to find a some documentation on writing them and reading them. What I'm trying to do is read the permissions on a folder for a ...
0
votes
4answers
967 views
SVN - User directory permissions
I'm using SVN (CollabNet Subversion Edge) and Tortoise SVN to manage a website being edited by multiple people.
I'd like to limit access by some users to some directories (to prevent them seeing ...
0
votes
2answers
486 views
Permissions with Zend Server CE, daemon:daemon does not have enough permissions on OSX
Strangely enough the server can't resize images any more because it doesn't have enough write permissions. When I check the permissions of the directory I want to write my resized images to I see:
...
0
votes
0answers
65 views
IE 8 Errors for Group Permissions for access
The company I work for is about to begin testing for a transition from IE6 to IE8. One of our main concerns is about using permissions to control intranet access to internal sites,etc.
This was a ...
0
votes
3answers
2k views
Can’t get IIS to serve .js files from a specified directory
I'm running IIS 5 on a Windows 2000 machine.
I have an application setup in my "scripts" directory in my website, because it runs some compiled DLL's. The application is set to run scripts and ...