Questions tagged [folder-permissions]

90 questions
0
votes
1 answer

Unable to write the file in a folder hosted as a Azure Web App

I am developing a CodeIgniter App that is hosted on Azure as Web App. I have some code that writes the uploaded file in temp folder under assets/uploads folder. But I am getting following error: The upload destination folder does not appear to be…
user1400290
  • 1,682
  • 5
  • 23
  • 43
0
votes
1 answer

After RoboFramework finishes the test execution sets the output folder to read-only

I want the RF report to be output in IIS folder at the end of every script execution but as soon as this happens the IIS folder is reverted to read-only meaning the next time the execution tries to output a report its mangling the results. I have…
0
votes
1 answer

give full control folder access to one process in Windows

I've got an important resource folder (that can not be embeded in exe file) and I want to limit access of all Windows users except Admin Group ones. My program runs in normal (not Admin) user and I want give resource folder access only to this…
Alireza
  • 29
  • 1
  • 3
0
votes
1 answer

Deny folder access to specific users

I am looking for a command in cmd that will deny access to a certain folder to all users except for a specific one. I've tried with icacls but I couldn't do that.
Lee Wyi
  • 105
  • 7
0
votes
0 answers

How to create .Deb pkg such that it should has access read write permission in /opt/myprogram

I'm developing application that is installing in /opt folder. My application fetches .zip file and tries to write in /opt/myprogram/ but it is failing due to permission issues. If I run as root it will work. So how can I create Deb package such that…
0
votes
1 answer

User cannot access folder after setting ACL permissions

I have several Users that are each added to their respective group. Only a user of that group can access the folder with the same name. A problem arises when I want to give the User Stefan read permissions to the folder verkauf with setfacl. When I…
xtarsy
  • 153
  • 2
  • 13
0
votes
0 answers

Windows Authentication - specific folder permissions in IIS 8.5

We have intranet website that is deployed on IIS 6 with windows authentication and ASP.Net Impersonation enabled. It works perfectly, but when we moved to IIS 8.5, logging (to a log file) seems to stopped working. When we ran Process Monitor, it…
0
votes
2 answers

Error in download file in R

I have an excel file containing a the names of company and the downloadable links for their .pdf files . My aim is to create directories as per tyhe company name in the excel column and have the pdf file downloaded to the newly created…
0
votes
1 answer

Can't set the_folder to a user folder (access denied)

I've searched for a couple of hours now, and every time I try a recommended fix. I still can't get anywhere. I feel like I'm missing something so obvious, my Mac is laughing at my poor attempts. Here's the script: tell application "System…
0
votes
0 answers

VBScript cannot delete folder "Permission Denied Error"

I am using VBscript to delete folder recursively. The folders present are SERVIGISTICS\EDSSolo5.8\"Several more folders and batch files".... I am using If oFSO.FolderExists("C:\Program Files\SERVIGISTICS")then oFSO.DeleteFolder "C:\Program…
0
votes
0 answers

How to make access denied for accessing image via browser url in magento2?

I want to make access denied for media (Images access) all user except admin. The user can not able to see any images via URL. Admin can check the user's uploaded images from admin panel only. please help me with solutions Thanks
0
votes
0 answers

Does a group/user need permissions to the parent folder?

Forgive my ignorance to the subject, I'm new to this... Does a group/user need list object permission to a parent folder in order to access the child folder they have read/write access to? In other words: Example: S:\PARENT_FOLDER\CHILD_FOLDER If I…
Brian McDougall
  • 61
  • 1
  • 1
  • 6
0
votes
1 answer

Set folder permissions for HomeGroup

I found the following which seems to work for what it is, but I need 2 things changed, and can't figure it out. $acl = Get-Acl D:\New $permission = "Everyone","Read","Allow" $accessRule = New-Object System.Security.AccessControl.FileSystemAccessRule…
RaveWolf
  • 11
  • 6
0
votes
2 answers

Simple image gallery cannot write to cache folder even with permission set to 777

I am using a joomla plugin that shows multiple images inside a gallery. But whenever I add the code for the plugin inside an article I get this error: Simple Image Gallery Notice: Joomla!'s /cache folder is not writable. Please correct this folder's…
twan
  • 2,450
  • 10
  • 32
  • 92
0
votes
0 answers

Remove all directory permissions & set new permissions using C#

I want to remove previously set directory permissions to a folder & set new permissions as per requirement. I have referred this link Remove All Directory Permissions but once i removed all permission it never allows me to set new rules. my code …
user2148124
  • 940
  • 1
  • 7
  • 20