For questions relating to file read/write permissions, user groups, executable bits etc.
0
votes
1answer
31 views
Warning: Unknown: SAFE MODE Restriction in effect. The script whose uid is 10014 is not allowed to access / owned by uid 0 in Unknown on line 0
I have a site on one of those low cost web hosts and I've been having some problems with some files generating the following error:
Warning: Unknown: SAFE MODE Restriction in effect. The script ...
0
votes
1answer
26 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
2answers
35 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
0answers
14 views
how to keep file owner same for newly created files
This question is regarding samba file access.
I have created three folder A, B and C. And also created three users A, B and C.
User A has access to all three folders but User B has only access to ...
1
vote
2answers
47 views
Access permission to execute a script
I understand that three types of permissions to a file (read, write, execute) can be set independently, hence there are eight possibilities per file per user (superuser, group, normal user). Based on ...
0
votes
0answers
25 views
Page.LoadControl throwing “Access Denied” for new controls
I am in deep trouble.
Previously I was developing my website on Windows7 using VS2012. I recently Installed win8 and migrated all my projects to win8 and then setup vs2012 and continued my ...
0
votes
1answer
15 views
File not being created even though write permissions exist
I followed the selected answer in this question, I am trying to export what is in the memory for a certain variable to a .php file. Then I later require_once the php file that was made.
The problem ...
0
votes
2answers
18 views
File permission when creating a file
I have a php file that when ran, it creates another file. Should the php file that creates the file have 750 permissions to write the file or should the dir that the file is being written to have the ...
0
votes
0answers
16 views
Magneto extension permissions issue
I have a basic extension that searches for specific files and creates a .bak backup file in the same directory as the original file.
I'm running into an issue where folders' permissions are not ...
1
vote
2answers
37 views
silverstripe - file permissions for assets folder
it happens often that an silverstripe installation does not have the right permission to write in the assets folder - e.g. for saving resampled images...
I wonder what is the best permissions setting ...
1
vote
1answer
45 views
How to get permission for file access
Code:
$file= '../LOGS/'.$time.'.csv';
chmod("../LOGS/", 777);
$fp = fopen($file, 'c+');
I get warning: "operation not permitted".
How to get permission. Please Help me.
0
votes
1answer
27 views
android: avoid file download with MODE_WORLD_READABLE
Bonjour
I would like to create a simple market applications for android but I face a annoying issue.
The install flow is as below:
1- Download of apk file in the application context :
...
0
votes
2answers
33 views
secure django file permissions
I am looking for a baseline set of file permissions to keep a django installation as secure as possible.
I cannot seem to find any obvious reference either on the Django site or Google.
Any links ...
0
votes
2answers
50 views
File upload works, but can't move file to another directory
my project directory is /public_html/test/
ownership and permission are as below,
drwxrwsr-x 8 lamp apache 4096 Apr 8 10:46 public_html
drwxrwsr-x 6 lamp apache 4096 Apr 2 14:58 test
a web ...
0
votes
2answers
30 views
How to make a file read-write to a program but read-only/no access to non-admin users in Windows?
I would like to do the following:
Non-admin users can run my program without UAC prompt.
The program have full access to a particular file.
Outside of the program, the user have read-only or no ...
0
votes
1answer
25 views
Read Permission denied on excel file within web solution
I am having an issue where an excel file within a content folder within my ASP.Net mvc application is giving me an an access denied error. This for some reason is only failing in my dev environment, ...
0
votes
2answers
61 views
Changing file permission in python
I am trying to change permission of a file access
os.chmod(path, mode)
I want to make it read only
os.chmod(path, 0444)
is there any other way make a file read only?
0
votes
0answers
23 views
Suddenly, folder in cPanel shows persmission 000 and can't delete / change permissions?
I haven't done/updated anything in the last 2 weeks to my website. And today, I receive a message from one of my customers saying they can't access my XFOLDERX page, like this:
"Excuse me man, I cant ...
1
vote
3answers
67 views
chmod is owned by root and permissions are 220 [closed]
If chmod has user:group permissions of root:root, and has the permissions of 220, can a root user restore the execute permissions?
In general, how those chicken-egg problems should be resolved from a ...
0
votes
0answers
29 views
php file operations permission denied
I have two Virtual Hosts on Redhat Enterprise server, one of which functions as desired. The second I a have problems when using PHP to do any kind of file operations. As far as I can tell both ...
0
votes
1answer
57 views
How to make sure php has write permissions on wp dedicated server
I have been struggling with this for some time. I moved my wordpress site over from a PRQ domain to a dedicated server. The script is used for picture uploads. I didn't like the folder structure of ...
2
votes
2answers
73 views
File ownership/group is changed when users push to a GIT repository
For over a year, I've been having troubles with GIT and directory/file permissions. I have a central repository to which multiple developers push code, using ssh (origin set up as ...
0
votes
0answers
73 views
Adding extension in Debug mode getting : “chmod(): operation not permitted”
When am adding an extension (EfontAwesome, ref: www.yiiframework.com/extension/efontawesome) to Yii I am getting "chmod(): operation not permitted"
The Call Stack looked something like this..
...
0
votes
1answer
40 views
Logging into SFTP, require help chmoding pem file
I'm very, very new to Amazon EC2, SFTP -- having only used FTP clients until now. I'm trying to log into an Amazon EC2 instance and have everything I needed except a pem file with the key pair, which ...
0
votes
1answer
35 views
PHP Composer permissions on packages
We have a server running Windows Server 2012 on AWS. We use composer to manage packages, and run the composer [install/update] commands on the main Administrator account. We run our scripts as a web ...
0
votes
0answers
26 views
Visual Studio Setup - install under admin
I have a windows application that is installed under avecto (admin rights) - it installs fine and runs fine when avecto is used to kick off the application.
but when a non-avecto level user tries to ...
0
votes
0answers
21 views
Effective rights on a NAS (Network attached Storage) System
I am using GetEffectiveRightsFromAcl to retrieve all users who have access to certain files. Everything works well - but not for Network attached Storage systems. On a Synology system the method ...
0
votes
0answers
53 views
single command to reset ACLs and set owner
I'm trying to reset all file permissions and ACLs on a windows NTFS share. The following command should do that
icacls "D:\mydata" /T /Q /C /RESET
but I keep getting Access is denied errors for ...
-1
votes
1answer
58 views
Uploading image php
I don't know where to ask it anymore, please someone help, I need to upload an image to my admin page, and I'm getting this error, someone told me that is the permission of the folder but it didn't ...
-1
votes
0answers
55 views
Filezilla: Premission denied despite full file premissions [closed]
I got an FTP username and password from a website administrator to upload the new site i designed. I tried to upload files and it didn't work.
The file upload was aborted with a messaage 550 ...
0
votes
1answer
16 views
Webapp creates file with strange Group Name
I'm having trouble with my website/application setting strange Group names to new files.
Whenever I create a new file from my website (a log file, txt file, anything) it sets the User as webapp ...
0
votes
0answers
9 views
GetEffectiveRightsFromAcl() always freezes on Win7 and Win Server
I want to use this code (Effective file permissions tool's api in windows). But it is freezing/crahing without any Exception or return value.
Do I have to pass the arguments in a certain way?
...
1
vote
1answer
175 views
Can't see pictures saved via getExternalStoragePublicDirectory on PC
Link to solution/workaround at bottom of question
I used the Android tutorial to write code to open the nexus 7 camera via intents and take a photo. It refused to work properly unless I altered the ...
0
votes
0answers
48 views
File permissions get overwritten when editing file remotely in ubuntu
I use Ubuntu for development (12.10 currently). I usually work on files by mounting remote resource in nautilus by SSH. Files on the remote server are owned by different user and my user account is ...
0
votes
1answer
42 views
Python: Errors reading/writing file from python executable
I'm writing a Python application that is executable. It reads and writes to a file. The application uses wx for a GUI and has been given the following permissions:
chmod +x app.py
When I load the ...
1
vote
2answers
68 views
Progammatically append to file in PHP
I am trying to programmatically append an RSA public key to the authorized_keys file through a website and haven't been able to make any solutions I found work. I have tried using PHP's ...
0
votes
1answer
53 views
conf/hadoop-env.sh file opening in readonly mode
Well i am trying to configure a single node cluster hadoop.Now i have created a user hadoop alonside and i have installed hadoop in my usr/local/hadoop directory.
Then i have done the following ...
1
vote
1answer
64 views
How do I check if a file is executable using ANSI C?
I'm trying to write a program that checks files in a directory. When a new file is created I have to check if it executable and if so I have to execute it.
I'm using the inotify interface and it ...
2
votes
1answer
71 views
C - execl(): can't execute file located in another directory
I'm trying to execute a binary file named "helloworld" (compiled from a source.c) located in another directory with my program notify.c. Here's where my files are located:
...
2
votes
1answer
59 views
make file appear readonly to a library function
I'm using a library that can read or write some metadata that I need from files.
I only need to read and I know that my files are on slow storage.
I noticed that while reading the values I need is ...
0
votes
2answers
48 views
Django private file upload
I would like admin users to be able to attach private arbitrary files related to my models a la Share Point. As Django is primarily used as a publication platform, all of the examples I've found so ...
0
votes
1answer
41 views
How can I create folder and download remote images in that folder Using cron job
I am new to cron and I need all of your help , when I am using cron job to create folder and download images in that folder cron page giving me error that :
PHP Warning: imagejpeg(): Unable to open ...
0
votes
1answer
153 views
mp3 file not getting pushed into android sd card on linux fedora
I am developing an android app in which I am developing an content observer for Audio.Media.EXTERNAL_CONTENT_URI
I am using linux fedora 17 with eclipse and api level 17 android Jelly bean
Now the ...
0
votes
1answer
31 views
why git fast-import file modes are hardcoded?
I'm trying to convert my CVS repository into GIT and I faced with strange issue:
git fast-import has hardcoded file modes 100755 and 100644, otherwise it dies.
source:
p = get_mode(p, &mode);
if ...
0
votes
1answer
33 views
Openssl output file permission
I currently have a script that runs a openssl like the following:
VerbosePrint `openssl req -config "$certificate_authority_openssl_file" -newkey rsa -x509 -out "$certificate_authority_certificate"`
...
1
vote
2answers
100 views
How to check if a PDF is Password Protected or not
I am trying to use iText's PdfReader to check if a given PDF file is password protected or not, but am getting this exception:
Exception in thread "Main Thread" ...
2
votes
1answer
122 views
setgid bit not preserved by git on new directory in `.git` folder?
I have a bare git repository setup for user fred:
/home/fred/foo.git
I have set the group of every file in foo.git to bar:
$ chown -R fred:bar /home/fred/foo.git
(Note that fred is not a member ...
1
vote
1answer
125 views
Google Drive API: Change ownership on file not working (only writer/reader works)
I'm trying to changing a file to another user an make the new user the owner of an file , but this does not work.
I first of did a Permissions insert and added the newuser as writer, that was no ...
0
votes
2answers
141 views
FileUpload control in aspx.net not allowing file read
I'm trying to read an uploaded file to the server using a FileUpload control, however, I'm gettting the following error:
ASP.NET is not authorized to access the requested resource. Consider
...
0
votes
1answer
238 views
Android - copy files between internal storage
I would like to copy the files (image files captured from the camera app) between internal storage, from /data/data/[my app]/photo to another folder within the internal storage.
As you can see in the ...







