Short for "file system permissions" — access control based on user, group, or global access.

learn more… | top users | synonyms (1)

0
votes
1answer
25 views

You don’t have permission to save the file “project.xcworkspace” in the folder “jDiet.xcodeproj”.?

I'm still new with this PhoneGap and Xcode and I can't find the solution via Google. After creating the file in the terminal, and try to open the Xcode project I get the following error: You ...
0
votes
1answer
12 views

Configuration file cannot be accessed, insufficient permissions

I apparently, according to this error, cannot access my site: Cannot read configuration file due to insufficient permissions which basically means it cannot access my web.config file due to it ...
0
votes
0answers
20 views

iOS ShareKit issue with facebook popup webview. User not able to see the “Cancel”, “Allow” buttons for newly created users

Since Facebook introduced it's "profile completion messages", trying to log in and allow the app to give permissions for a user without friends or photos, will block the user to reach the "Cancel" and ...
-1
votes
1answer
40 views

Default permissions for new objects in the schema

I'm working on a DB2 for i database (aka DB2/400), on a schema (library) named S. Inside schema S, I create database tables, procedures etc. with user A. I need that also user B has all privileges on ...
0
votes
0answers
14 views

Desperate with Apache2 and cgi (Ubuntu 12.04). Help :(

m having an issue installing apache2 in Ubuntu 12.04. Im trying to set the cgi-bin folder in the path /home/www/cgi-bin. Ive followed and search all over the internet but I still dont get it... ...
0
votes
0answers
14 views

Token generated from Facebook application has no scope

I am working on a native Android App for Facebook. I so created an account on Facebook developers in order to create a new app. In the field "User and friend permission", I choose user_likes and ...
-1
votes
1answer
22 views

Change permission of directory in windows network drive [closed]

I have problem setting permissions for directories. If I go to folder properties (in windows 7) in mapped network drive, it giving me only 3 tabs: general, previous versions, customize. But nothing ...
0
votes
1answer
45 views

How to use interopPermission on batch job script execution

I'm trying to run a powershell script through batch job, I used the following code that works fine in a job : System.Diagnostics.Process process; System.Diagnostics.ProcessStartInfo startInfo; ; ...
0
votes
1answer
36 views

set file permission to android

I am not able to paste the *.ttf(font file) file in system root of my funbook micromax tablet. so how can i set permission of this system folder. or is there any other option to install font to my ...
0
votes
0answers
39 views

Permissions Error #200 on creating new blank Custom Audience through FB Ads API

I am getting the following error when trying to create a new blank Custom Audience through the Facebook Ads API. I have a whitelisted APP_ID. The ads_management extended permission is enough? The user ...
0
votes
0answers
13 views

TFS2012 'spontaneous' permissions reset

After a successfull migration from TFS2010 (from server A) to TFS2012 (server B), we experience two annoying issues. I'll hope anybody can help us out with this. 1) In our new TFS2012 environment we ...
0
votes
1answer
39 views

Vagrant vm + apache permission denied for mkdir()

I am using vagrant to run my vm using ubuntu, apache, etc. This is running on my OSX host. Everything works fine until my php application tries to create a folder, files within that folder, etc. I ...
0
votes
1answer
17 views

Close Directory Listing on Browser

I want to close one of my directories public access on my PHP server but at the same time same directory should be still accessible, so what I want to do is when user types that directory from browser ...
0
votes
2answers
50 views

Permission denied, AndroidManifest.xml does not work

m developing launcher for 2.3.3 via specified STB. And I wrote permissions like ... <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <uses-permission ...
0
votes
0answers
21 views

What order are Android permissions displayed in?

When a user installs an Android application, the Android system displays the list of (dangerous) permissions that the app is requesting on a warning screen, as part of the installation process, and ...
0
votes
2answers
44 views

How come my Apache can only access root owned files?

Running apache on centos 6.4 and my web server can't see any files unless the root user creates or copies them. ps aux | grep apache shows that apache is running as apache user, not root. I tried ...
0
votes
1answer
26 views

Best practice: Files/Folders permission/owner in symfony2

The symfony2's kernel needs to write in the cache ( as the http user ). I also need to read/write into the folder for these reasons: The IDE needs to read/write/create in document root In shell my ...
0
votes
0answers
30 views

PHP Script being treated as Public in terms of permission

I have a php script that scans my filesystem for text files and minifies them, using my own method of creating a backup (file.txt.bak), minifying the text, then saving the file. My script is being ...
1
vote
2answers
48 views

Can't programmatically set permissions to blob container in Azure Storage

After creating a blob container with CreateIfNotExists(), I immediately call SetPermissions() to allow users public access to the blobs in the container, but not to the container itself. Like so: ...
0
votes
0answers
31 views

Setting ASP.Net Permissions - Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

I have an MVC 4 application that allows a user to change their Active Directory password through a password reset functionality page. I have the following piece of code that sets the new password: ...
1
vote
1answer
35 views

Symfony2 cache recreation - write permission fail

Here is the problem. Cache stores in app/cache folder. I'm currently work under dev environment and my cache stores in app/cache/dev folder. Problem appears when I use symfony console comand for ...
0
votes
0answers
9 views

File created in cygwin cannot be found [migrated]

Setup: Cygwin on Windows 8 64bit. UAC enabled. Scenario: I run cygwin without administrator privilege. I go to a directory and create a new file. Turns out I don't have write access to this ...
1
vote
0answers
44 views

Remotely Grant server\localuser access to a folder by using PowerShell

I have 100 servers where a local folder d:\backupmedia\ exists and every server has a local user as \backupuser , now I have to grant FullControl permission to this folder for this localuser using ...
-1
votes
0answers
19 views

User cant write even when group has write privileges (Linux) [migrated]

I have this problem where I want two users to be able to read/write from the same directory. I have two users, let's say user1 and user2 and a directory named files. I have a group for these two users ...
2
votes
0answers
32 views

MVC3 Best way to custom permissions [closed]

I am developing a website in MVC3 and EF Connect to Mysql. As requested I have my own permissions and roles tables. and now need to control access to the views of the website. I was thinking that this ...
-1
votes
0answers
9 views

Sharepoint calender entry form [closed]

I am running Sharepoint 2013. I have a calendar within it that I use to track whereabouts of employees (around 30 people). Each employee can click a date, hit "add" and fill out the form which ...
0
votes
0answers
15 views

Sqlplus Query with shell_exec(); PHP command

I need to run a PL/SQL Query from a distant oracle server in order to create spool files and send it to my own server, using a php script. I firstly created a SH script called myscript.sh : ...
-5
votes
1answer
51 views

Why offtopic??? I've searched, but i didnt find answer: Migrate from OTHER computer profile to page [closed]

My Original Question: How can i migrate my profile to page _from other computer_? I haven't find the answer yet, i'm trying from 2 days ago, but facebook dont allow migrate my customer's profile to ...
0
votes
1answer
18 views

Can I give my Google Drive files edit permission in my iOS app but make those files invisible or view only in a browser

After my iPhone app user Signs In using the standard Google Drive sign in GTMOAuth2ViewController, I want my app to be able to view and edit the Google Drive files. But I don't want users to be able ...
1
vote
0answers
30 views

chmod seems to have no effect on php files or clarifying permissions handling

I recently switched from using .shtml files for my webpages to using .php files. After figuring out how PHP handles directories, everything seemed to work fine. That is until I realized file ...
3
votes
2answers
31 views

Why I can I edit but not append a unix file

Feeling pretty dumb. With the same user I am able to edit a file via vi, but I get permission errors when appending to the file. What am I doing wrong. I would like to append to this file! ls -alt ...
0
votes
1answer
21 views

PHP script to create db and allow remote access is not working

I have 2 servers. Server A (10.0.0.1) and Server B (10.0.0.2) [not real ips]. Server A houses the script to create databases on remote Server B. The databases are created on the fly. The script on ...
0
votes
0answers
20 views

Warning: mkdir(): Permission denied

I'm getting "Permission Denied error" when uploading files to the site. Tough the file is uploaded ok, the error shows up. It's not a "crytical problem" as the files are uploaded ok. But makes me ...
1
vote
2answers
428 views

Unable to create directory wp-content/uploads in Wordpress

I created php files for my plugin and added them to myplugin folder. Then I zipped myplugin folder as myplugin.zip. In Admin Panel of Wordpress I wanted to install my plugin to wordpress. I choosed ...
-1
votes
0answers
29 views

win32: Named Pipe visible/accessible only from current process [closed]

I basically need in-process communication at the moment. I choose named pipes for in-process communication because soon program will be modified, added authentication and so on. At the moment, I would ...
0
votes
0answers
9 views

Stratosource/cgit - You don't have permission to access /cgit-data/cgit.css

I installed Stratosource by https://github.com/StratoSource/StratoSource/wiki/Installation-instructions in Fedora 18. It use cgit for show changes in codes(code are versioned via git) After all was ...
0
votes
1answer
39 views

770 permissions on file in apache root, still viewable

I've seen a lot of questions on here regarding files not being accessible due to permissions with LAMP but nothing about making files unviewable by the http client using permissions. I have files and ...
0
votes
1answer
40 views

PhantomJS runs fine as me, returns blank page when running under IIS

I'm running an ASP MVC3 website that spins off a new process that runs phantom js, which calls a website and writes what it sees to a file. The IIS_IUSRS group has write access to the directory. If ...
0
votes
0answers
13 views

when trying to run my trigger.io app in the simulator I get a permissions error 13

Im trying to run my trigger.io app in the IOS simulator and when I do it start to run and then gets an error 13 permissions denied error in the console.
0
votes
1answer
19 views

Why can't my client through his login update the calendar on his page that we created for him via Joomla?

We are having some trouble with a website we recently developed for a client of ours. He is a DJ. For his page, we added a tab that contains a calendar where he can post his events. Using the admin ...
0
votes
2answers
33 views

How to set file permissions for root in OS X / Terminal?

I'm having issues with getting Apache working with my virtualhosts, and I've narrowed it down to the fact that I'm adding manually-created virtual hosts (vs. the others which are created by a python ...
0
votes
1answer
31 views
+50

Are there different ways to post to user's wall and ask for permissions?

I've been checking some app, which is configured and loaded as page tab. This app ask for the corresponding permissions, publish_stream, etc. but the permissions dialog open as a lightbox, without ...
0
votes
1answer
28 views

Django admin particular data for particular user

I am using django admin site to let people manage database easier. For some reason, I want to hide some data from some user. Let's say I have a model named Book and there are a lot of books in ...
0
votes
0answers
29 views

New file not inheriting permissions from directory

I have an app that keeps most of its files in a directory, and I need everything in that directory to be readable and writable by any user, regardless of who was running the program that created them. ...
1
vote
4answers
72 views

Process only works from Web Application when using Local System Application Pool Identity

I have a command line Process that I am attempting to run from my ASP.Net web application. When the IIS7.5 Application Pool Identity is set to "Local System", the command line code executes. When it ...
0
votes
1answer
30 views

Like fan page when accepting app permissions

Can I add a permission when accepting my app to ask to the user to share their public_profile and like a fan page at the same time? Or I need to use the like button after? Thanks
0
votes
1answer
65 views

Restart tasktracker and job tracker of hadoop CDH4 using Cloudera services

I have made few entries in mapred-site.xml, to pick these changes i need to restart TT and JT running at my cluster nodes. Is there any i can restart them using Cloud Era manager web services from ...
1
vote
1answer
27 views

django group permission

I add a permission with name = 'can show distribute page', codename='can_show_distribute_page', contenttype='user'. I add two groups, named 'manager' and 'normal', one has the permission ...
0
votes
0answers
17 views

Changing permissions at the app level - What does this do to existing users?

My app is currently asking for the bare minimum in terms of permissions. I'm looking to request publish_actions for Open Graph integration. However, i'd like to leave existing users unaffected ...
1
vote
1answer
37 views

Android privileges to execute native applications?

I downloaded the c4droid app for Android and am running commands through system();. I'm learning that somethings work while others don't. Most of the cool stuff don't work and this appears to be due ...

1 2 3 4 5 103