Cron permissions (root, usergroup) – could not open input file [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 8 years ago. Improve this question I have a server for which I have created a cron job “sendalerts” to users. Mind you this “sendalerts.php” should be runnable from … Read more

How to create nested file and set owner for all parent paths?

I need to create the following file for www-data user like the following: sudo /var/www/.ssh/authorized_keys But non of www, .ssh directories and authorized_keys file does not exists. How could I create them all and set owner www-data for all of them by using one (or maybe two) commands? Answer sudo mkdir -p /var/www/.ssh/ sudo chown … Read more

I’m making a user for a custom java server, what do I need to take into account setting up the user?

I’m new to this process, so bear with me please. The server is my own socket server, it parses data from connected clients and saves it to a database. It won’t serve data in the form of web pages or anything, at the very most it’ll retrieve data from the database and send that back … Read more

Centos 6.5 /var/www/html/ User permissions

I have a dedicated server but only root can access my hosting directory. All other users get permission denied when I try access the directory with another user. I have created a new user, added the user to the apache group (as the directory is owned by apache) # usermod -a -G apache newuser Also … Read more

Are there any consequences of deleting the Full control permission on an user object for Administrators, Domain Admins groups?

I’m trying to create a user in AD which is undeletable, unmodifiable even by Administrators, Domain Admins. Is there any problem that might occur if I delete the Full control permission on the user object for Administrators, Domain Admins groups? I suppose, it would result that the user can only be edited by itself. Answer … Read more

Best practices for user account audits in Linux machines

What is a good way to audit the user accounts on a Linux machine? I will like to have a list of users, the folders they can access and the process they are running, so I can pinpoint security risks, like a nodejs express server running as root, or nginx running a root, or folders … Read more

How to copy user permissions in Windows server 2012 r2?

I have windows server 2012 r2 and two storage drive. lest say A and B. I have created users and given files and folder access in drive A but now it is crashed and now I want to give all the same user permission in Drive B. I have same folders in both drives. How … Read more

List of active users and their access rights to O.S. in Windows Server 2003 [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 2 years ago. Improve this question How I can get a list of active users and their profiles (access rights) to O.S. in Windows Server 2003 ? Answer It … Read more

allow client to change registry [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago. How can I grant user to write to … Read more

What system-wide changes can a user make? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 7 years ago. Improve this question I work in an organization that uses Faronics Deep Freeze to prevent users from making … Read more