1
vote
0answers
10 views

Wordpress Linux file permissions and group

I have a Linux server (Debian 7) with lots of users who needs Wordpress. When I create the users what group should they be in? Today I assign them to www-data. Then they download Wordpress by SFTP and ...
0
votes
2answers
22 views

Linux permissions issue

I'm trying to use Jenkins to deploy to a custom workspace but am having permissions issues. The custom workspace folder is /var/www/workspace which is owned by www-data and in the www-data group as ...
1
vote
0answers
30 views

Same permissions, different rights?

I am running a Python script within an Apache server through CGI. Inside the script I try to read files that reside inside /home directory. However, I can read one file and not the other. This is very ...
0
votes
0answers
13 views

Safe Mode Restriction in Effect with Safe Mode Off

I have a problem with the "Safe Mode". In my php.ini is off so i cant undestand the error: PHP Warning: fopen(): SAFE MODE Restriction in effect. The script whose uid is 10003 is not allowed ...
0
votes
0answers
28 views

cannot create directory. permission denied. but i have permission [migrated]

i'm fairly new to linux, and ran ubuntu the other day. it is running dual boot with windwos 8. now, the problem is, even though i log in as root and give a specific folder ALL PERMISSIONS (#chmod 777 ...
0
votes
0answers
13 views

Google API file permissions

If I run the Google_CustomsearchService API in alternately from two different users on Ubuntu linux, I get permission problems (cannot create directory or cannot create or write file) on temporary ...
0
votes
2answers
26 views

Is it possible to allow jenkins to access the files that only root or some specific programs have access to?

What I'm basically trying to do is allow jenkins access my android-sdk-linux folder and all the sub-directories. My boss does not want to change permissions on the folder himself. I am supposed to do ...
0
votes
0answers
15 views

How can I change permissions for a folder and all sub files and folders in ubuntu? [migrated]

I know there are a few questions on this topic on the internet but I have a slightly different question. so when I click on the change permissions for enclosed files and change the permissions for ...
3
votes
0answers
48 views

How can two identically named files exist in the same place on linux [migrated]

. I'm not a novice in linux I created a bunch of files with php using file_put_contents() I can't view the created files via browser I can view the files from the ftp but can't ...
-1
votes
2answers
42 views

How do I change a file's owner on linux but let another user have read and execute permissions on it? [closed]

My situasion is like this: I have a website on Wordpress that is continuously hacked and a redirection code is place in some of the root files. I don't plan to upgrade the site to soon so the files ...
0
votes
0answers
15 views

How to add “Read & execute” permission in Windows 7 for file on Samba drive [migrated]

From a C program I would like to add "Read & execute" permission in Windows 7 for a file on a Samba drive. The "icacls" program is used in example below, but a C library call could also be a ...
0
votes
0answers
15 views

cpanel auto hides some directories

I have some upload directories on an old server. And i moved them to a new server. The question: Why it hides upload/varyant directory until i try to create a new directory in upload directory named ...
-1
votes
1answer
47 views

Where does Linux handle file permissions? [closed]

The exam question I have just here: 'There are system calls that only succeed when a user have the right permissions.' If it's true, say where will be these permissions checked. I don't have ...
0
votes
3answers
23 views

Find command Permission denied

The command I entered: sudo find /home/user/Series/ -iname sample -exec rm {} \; What I got in return: find: `/home/user/Series/': Permission denied I tried to delete every file in this folder with ...
1
vote
0answers
25 views

Linux user permissions for Django deployment

Let's say a Django site lives on a production server in /var/virtualenvs/sitename with a directory structure like this: /var/virtualenvs/sitename/ logs/ access.log error.log ...
0
votes
1answer
31 views

tcl file copy on linux, permissions errors

I am trying to copy a certain file from one destination on my Linux PC to another using tcl. The command I am using is {file copy -force $fileToCopy $destination} However, I do not have the correct ...
-1
votes
1answer
18 views

Linux put permissions good [closed]

What I would like to is create a directory that belongs to a group and each of those member can create, edit & remove files. chgrp OldGroup NewGroup chmod g=rwx That's what I learned, but now ...
1
vote
0answers
46 views

Capifony setfacl log file permissions

I'm running ubuntu with user ubuntu with apache 2 server. I'm trying to run a symfony 2 application through capifony (capistrano) for symfony. All runs very well except when a log file exist: ...
0
votes
2answers
25 views

ExpressionEngine on Vagrant VM: “Thumbnail could not be created for the image” error

We're running ExpressionEngine 2.6.1 on a Vagrant VM (CentOS 6.2), with the EE files in the Vagrant "shared folder". When I ssh into the Vagrant machine, I see the following permissions for the ...
-1
votes
0answers
18 views

Accidentally ran “chown -R ubuntu:ubuntu /”, how to repair? [migrated]

I accidentally ran "chown -R ubuntu:ubuntu /" on a cluster of 10 servers. I've since managed to repair the majority of the filesystem by initially editing /etc/rc.local, placing a lot of chown ...
0
votes
1answer
24 views

Regular user chown (only change group)

While I have seen this question asked multiple times and in a variety of ways, I still havn't found a satisfactory answer. Due to security issues, I understand that chown can only be run by a ...
1
vote
1answer
37 views

How to maintain different repositories for compilation for different users ?

I don't know if my question is too obvious, too complex or even if it makes sense. I tried to find information but couldn't get any answer... I want to mantain a SVN repo of LLVM/Clang for my user A ...
0
votes
1answer
119 views

Linux Centos - 'ls -d' command won't list folders

So I think I have a little user right issue. Have been scripting a Webserver Control panel. At a point in this script I'm listing all folders for a user into an array so I can compare it to the user ...
1
vote
0answers
44 views

Permission error - cannot delete uploaded files from FTP

I have found several posts asking similar questions however this situation is different. In my upload class I'm creating a directory from a user's id with mkdir, then calling move_uploaded_file to ...
0
votes
0answers
11 views

Ubuntu group permission how to change [migrated]

How do I change the permissions for a specific group that I have created? Say for example I create four new users named Anna, David, Carl and Eva and I also create two different groups which I name ...
0
votes
1answer
85 views

CURL permission denied via browser, works on ssh

Yesterday I have changed my usergroup/user on my linux host for a group of files. Today I found out that CURL is rising a permission denied (only on browser access, works on SSH) Couldn't send ...
0
votes
2answers
61 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 ...
1
vote
1answer
70 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
1answer
113 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
56 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
vote
0answers
35 views

No write access inside chroot

I got a chroot jail in which I 'd like to compile some files using GCC. The file system structure of the jail is the following (by the ls command) total 36 drwxr-xr-x 1 user root 4096 May 8 20:49 ...
0
votes
2answers
127 views

permission denied when trying to change permissions on ssh [closed]

I am following a hadoop book that says to run this command: sudo touch ~/.ssh/authorized_keys && chmod 600 ~/.ssh/authorized_keys however i am getting chmod: changing permissions of ...
0
votes
1answer
45 views

Why my own suid-ed program still holds the original uid?

I'm using the following program, and I've suid-ed it (by running chown root XXX; chmod 4755 XXX as root), but the output is still ruid 1000, euid 1000, suid 1000, shouldn't effect uid be zero here? ...
-1
votes
2answers
66 views

Why can't Java create a file under my user home?

I'm on Ubuntu and trying to run this code: public class LogCreator { private static File logFile = new File(String.format( "%s/myapp/logs/myapp.log" + ...
0
votes
4answers
146 views

Ask for <strike>root</strike> password to get desired privileges

I'm loading a Linux Kernel Module from my application via libkmod ( https://github.com/profusion/kmod ) and everything works fine (as in the module gets loaded and unloaded when I want), but for that ...
-2
votes
1answer
46 views

how to change permissions of files inside /var/www/results/abc.txt by some .sh file in Ubuntu [closed]

As we have to enter the root Credentials all time we change permissions of files inside /var/www/result/abc.txt , how to do this by a .sh (file). In my case these txt files are recursively generated ...
0
votes
0answers
24 views

Java, Solaris : canExecutable function of File class returns true even if execute perms are not set

Following is the sample program I tried on a Solaris machine - public class FileHandling { private static FileWriter fstream; /** * @param args the command line arguments */ public static void ...
1
vote
2answers
79 views

Linux weird Folder Permission needed (CentOs)

I don't know if what I am asking now is possible, but if it is, that would be great. I have a public folder where some users have access. I want to prevent all these users from creating subfolders ...
0
votes
2answers
171 views

Mkdir() permission denied C/linux programming

when I execute this code, I get the error Couldn't create backup sub-directory: Permission denied but I can't understand why since I give full permisions and I'm using a admin account on ubuntu. ...
0
votes
2answers
72 views

Bare Git repo cannot add files or commit files

So I have been plagued with this weird git problem that myself and a few other developers have not been able to solve. Here it is: I created a bare repo for managing website changes using git on test ...
0
votes
0answers
58 views

tomcat application run with different user than tomcat

I have a tomcat with several applications running on it. Those applications read / write files located in an user home folder (lets say /home/myuser/incoming and /home/myuser/outgoing) I start tomcat ...
3
votes
2answers
196 views

Unable to run compiled files - bash: ./a.out: Permission denied. (I've tried chmod)

I've compiled my C source using cc test.c, and it did generate a.out file. However when I run it I get this error - bash: ./a.out: Permission denied My source is not in the home directory, it is ...
0
votes
1answer
26 views

Setting permissions on a CRAMFS file system

I am attempting to create a CRAMFS filesystem but am struggling with permissions. How to I set permissions so that when a host mounts the filesystem it will be root:root? Once the CRAMFS is created ...
-2
votes
1answer
1k views

Permission denied ssh (publickey,gssapi-with-mic,password) [closed]

I have a problem with ssh connection in windows. i can do the connection with putty and in Linux i change the key to open ssh with "puttygen" but when i do a connection say me: user@host's password: ...
0
votes
2answers
61 views

How to allow a group access for a GIT repo (Ubuntu)

So I have a GIT repo hosted with Gitosis. I have a user called user1 and of course user root. user1 belongs to group 'dev' /var/www is owned by root, and grouped to 'dev' permissions for the ...
-3
votes
1answer
33 views

Danger in group-writable home directory [closed]

What is the danger of having a home directory that is writable by the group (e.g. 770)? I am asking because the only way to have sshd working with a group-writable home directory is to set explicitly ...
-1
votes
2answers
78 views

How do I modify the permissions so I can create a desktop shortcut in Ubuntu [closed]

I have a folder, /var/www/demo that is home to my website. I need to know how to modify the permissions so that I don't have to sudo everytime I want to create or edit a file. I tried sudo chmod -R ...
0
votes
1answer
131 views

access denied in debian guest apache using a windows share

This is a complicated (for me, at least) problem, so please bear with me. I have three virtual machines with assorted guest operating systems (listed below) running in VirtualBox 4.2.10, all running ...
0
votes
1answer
47 views

Grant permissions/change owner to a user

I have a a two folders /opt/tom and /opt/test/ that has the following permissions: drwxr-xr-x. 2 root root 4096 Apr 2 16:23 tom drwxr-xr-x. 2 root root 4096 Apr 2 16:16 test how can I grant the ...
1
vote
1answer
71 views

I want a shell script to be executable but not readable

I created a script which I want other users on our shared system to execute but not read. I set the permissions as executable for all but revoked the R/W rights. ---x--x--x 1 dilletante staff 0 ...

1 2 3 4 5 8