Questions tagged [folder-permissions]

90 questions
0
votes
0 answers

Java Windows File Permission

I have an application that must run without administrative privileges. I need the application to append to this log no matter the user that runs this application. The log is created by the application. Obviously the Program Files directory is out…
Geoff Lentsch
  • 1,054
  • 11
  • 17
0
votes
1 answer

How can I prevent a new folder inherit parent folder permissions by default?

I am creating a folder through Java code. The newly created folder automatically inherits the parent folders permissions. What setting should I change for my parent directory so that the child directories dont inherit permissions by default?
codingsplash
  • 4,785
  • 12
  • 51
  • 90
0
votes
2 answers

How to make a folder non-readable in Java?

I am trying to create a folder structure as Test1/gotcha/Test3 I want to make Test1 non-reable. The below code does not work: new File("D:\\Test1\\gotcha\\Test3").mkdirs(); PrintWriter writer= new…
codingsplash
  • 4,785
  • 12
  • 51
  • 90
0
votes
1 answer

Joomla 3: No more Write permissions

I have a Joomla 3 Installation on which I had full rights within in the Joomla Backend, i. e. I could upload files or change settings. Today I tried to delete a file, which was not possible any more: The system told me, that 1.) deleting failed, and…
0
votes
1 answer

How to change an existing folder permissions with VS2013 msi deployment?

It's my first time developing an msi deployment package. All I need to do is change a specific folder permissions to allow the group 'Everyone' to 'Full control'. I've already searched the web and SO, but nothing seems to help. Is there an easy…
Ivan Lesar
  • 65
  • 1
  • 5
0
votes
2 answers

DNN 7 Installation and folder permissions

I'm trying to install DNN 7 on my computer. I'm actuallt at the point where I need to set permissions to my wwwroot folder. I've already set permissions to IUSR ISS_IUSRS DefaultAppPool PCname\Administrateurs But when I go to IIS…
Bart Bartoman
  • 756
  • 4
  • 14
0
votes
1 answer

when start apache service wamp could not execute menu item access is deined

Environment: Windows 8 WAMP 2.4 x86 Installed all those C++ lib packages saw in other posts Troubleshooting done: No error logged in either SQL / Apache error logs Did not see any WAMP related service report in the windows event viewer port 80 is…
ey dee ey em
  • 7,991
  • 14
  • 65
  • 121
0
votes
1 answer

Give Server Write Access To Folders

I'm hosting a LAMP EC2 instance via Amazon AWS. Part of my website allows users to upload files. Unfortunately, the server is not able to store permanent copies in the "uploads" folder because it is lacking necessary permissions. A PHP script is…
0
votes
1 answer

TFS Folder creation and update permissions set to readonly

Over the last several months myself and those on my development team have run across a new issue. When TFS creates a folder or does a 'Get latest' and overwrites any of the files in the folder structure, it changes the folder permissions to…
0
votes
1 answer

How to Configure Folder Access in "Document & Media Portlet" by Organization in liferay?

I would like to add a section to allow customers to upload / download files (create directories) in portal website. Files / Directories should be stored on the File Server, whereas we should be able to set the ROOT folder in LifeRay. Example;
Dipti Ranparia
  • 570
  • 5
  • 17
0
votes
1 answer

Is there a fast way to find permissions (of specific user) in a folder structure?

I'm busy with a project where you can manage folder permissions of a shared drive from a portal (ASP.NET website). Is there any fast way to find specific permissions of a user in a folder structure? I Have a C#.NET service running on the file…
Marco Haar
  • 21
  • 1
  • 2
  • 5
0
votes
2 answers

Paperclip - permission denied (controller)

Well, i'm a new linux/rails student and some problems I just get so blind to solve. I've been digging stackoverflow and google to solve this one, but sincerly I cant. Only thing I know that is related with chmod and chown commands. "Anuncios" is my…
0
votes
1 answer

apache php file_put_contents permission denied

The php script is unable to create file owing to denial of permissions. PHP Script: Output : apache **Warning**:…
Pranjal
  • 796
  • 1
  • 8
  • 24
0
votes
2 answers

EWS Folder Permission

I would like to list the permission from every Outlook folder. I can add permissions but my code delete all old permissions and set the new permission. This is my code to add permission: private void updateFolderPermission(Folder folder, String…
TuVi
  • 101
  • 1
  • 10
0
votes
0 answers

VB.NET Adding Interactive User Account to folder permissions

I am having a little problem, adding a user to a folders permission, the account in question is a SCCM account "Interactive" in which the account is used when deploying an application. I have looked about and not found anything apart from adding a…