Questions tagged [permissions]

In computing, permissions (often called "privileges," "access rights" or just "rights") are rules associated with objects on a computer or network. Permissions determine which objects can access which objects, and to what extent.

In computing, permissions (often called "privileges," "access rights" or just "rights") are rules associated with objects on a computer or network. Permissions determine which objects can access which objects, and to what extent.

For example, file permissions are rules placed on a filesystem object defining which accounts are allowed to access the object, and what actions those accounts can take on the object, such as read, write and/or delete.

3641 questions
12
votes
2 answers

What's the name of this windows feature?

I'm trying to find the name and documentation of an old windows feature I believe it was present in Windows Vista. All I can remember is this. When you or an application tries to write to a file that doesn't have enough permissions to write, Windows…
MrCatacroquer
  • 243
  • 2
  • 5
12
votes
6 answers

Group Policy: Administrator Rights for Specific Users on Specific Computers

I'm a programmer stuck trying to administer an Active Directory setup for a small company. The Domain Controller is running Windows Small Business Server 2008. We have a staff of field workers using tablet PC's; configuration problems with the…
Ibby
  • 223
  • 1
  • 2
  • 7
12
votes
5 answers

ubuntu: let a user run a script with root permissions

I have ubuntu 8.04 and I want to write a bash script that runs as root which every user can run. I myself can do sudo. How do I do that? CLARIFICATION: I don't want to do it with sudo, because then users will have to type their password. I just want…
flybywire
  • 597
  • 4
  • 9
  • 20
12
votes
2 answers

What is the "+" in "drwxrwsr-x+"

I'm working a website we maintain, and I use Capistrano to deploy. I've kind of inherited the stuff, so I'm not the one who set everything up. When I deploy to the server, it fails and nothing is updated. Since file permissions usually are the…
Goldentoa11
  • 217
  • 2
  • 8
12
votes
5 answers

Resetting NTFS Permissions Disk Wide

Someone messed up majorly in setting permissions on an NTFS drive and I'm looking at a way to reset all permissions to default. The OS will be reinstalled but I'm trying to salvage data from their user directories. None of the data is encrypted at…
Andrew Moore
  • 562
  • 1
  • 5
  • 15
12
votes
3 answers

Cron: Permission denied on everything

As a regular user I can't edit my cron settings. I get a "permission denied" for everything: listing the cron commands or editing them. Example: cron -l cron: can't open or create /var/run/crond.pid: Permission denied crontab…
Jelle De Loecker
  • 1,094
  • 6
  • 17
  • 30
12
votes
4 answers

How to get full control of umask/PAM/permissions?

// Updated Feb 8 - Outstanding issues in brief: How to umask directories differently from files? How to umask on Nautilus copy/paste? How to set umask for SSHFS? OUR SITUATION Several people from our company log in to a server and upload files.…
user60129
12
votes
3 answers

How to copy user privileges with MySQL?

I have a MySQL installation with many databases and users that I need to migrate to a new MySQL installation. I can use phpMyAdmin to export then import the databases/tables, but I don't know of anything to move the users and permissions. How can I…
Nathan Osman
  • 2,725
  • 7
  • 32
  • 46
11
votes
5 answers

How to setup a central repository on a Windows 2008 server

I would like to setup a central Mecurial repository on a Windows 2008 server which only allows both push and pull access to certain users. This is to allow developers working remotely to push/pull changes through the central repository while…
Jon Cahill
  • 646
  • 9
  • 7
11
votes
1 answer

How can I override group policy using a local administrator account?

I have local administrator access on my machine but somehow still can't change the screensaver setting. I believe it is being disabled by group policy somehow, is there a way to override this?
Luke
  • 2,103
  • 7
  • 27
  • 30
11
votes
2 answers

What is the best way to fix NTFS file permissions to inherit parent?

When XP clients move files on the same volume, the permissions are moved with it. With Windows 7 clients and up, when a file is moved, the permissions are inherited. Unfortunately, we still have a lot of Windows XP clients which after time causes…
Ryan Mortier
  • 498
  • 3
  • 8
  • 19
11
votes
3 answers

vsftpd - PAM - MySQL and pam_mkhomedir to create directories

I've been successfully using vsftpd with virtual users connecting with PAM to my mysql DB. Now I'd like to automate creation of user directories with successful vsftpd connection. Here is /etc/pam.d/vsftpd configuration: #%PAM-1.0 session …
Tom
  • 143
  • 2
  • 11
11
votes
2 answers

Using chown to change the group owner of a directory is not permitted....Why?

I am trying to execute chown on a directory that has the following permissions and owners: drwxrwxr-x 2 justin devs 4096 Jan 1 20:42 test I am trying to simply execute the following as the justin user: chown justin:nginx test So basically just…
Justin
  • 5,328
  • 19
  • 64
  • 84
11
votes
2 answers

Permissions to create an spn

According to some of the documentation I've read the service account for SQL server will create an SPN when the database engine starts up, allowing for kerberos authentication. I haven't been able to find any documentation that states what…
Thirster42
  • 354
  • 1
  • 2
  • 14
11
votes
2 answers

Linux NFS create mask and force user equivalent

I have two Linux servers: fileserver Debian 5.0.3 (2.6.26-2-686) Samba version 3.4.2 apache Ubuntu 10.04 LTS (2.6.32-23-generic) Apache 2.2.14 I have a number of Samba shares on fileserver so that I can access files from Windows PCs. I am also…
Mike
  • 247
  • 1
  • 2
  • 8