What is the difference between Right and Permission?

1

I know that the term rights applies to user/groups of users (such as- the user X has the right to change system time) ; and the term permissions applies to an object (such as folder/file. Eg- the user X has full permissions over this folder). This link "http://www.ntfs.com/ntfs-permissions-user-rights.htm" says the same.

Then why are we NOT saying user permissions instead of user rights ? What is the difference in the meaning of the two words permission and rights?

jabi

Posted 2017-11-01T18:18:18.613

Reputation: 21

Answers

2

Definitions provided by Microsoft:

(based on your use of the tag)

Permissions:

A permission is authorization to perform an operation on a specific object, such as a file. Permissions are granted by owners. If you own an object, you can grant any user or security group permission to do whatever you are authorized to do with it. This includes granting permission to take ownership.

Source: Distributed Security: Access Control (Permissions) on Microsoft TechNet

User Rights:

A user right is authorization to perform an operation that affects an entire computer rather than a specific object on the computer.

Source: Distributed Security: Access Control (User Rights) on Microsoft TechNet


I did not miss the fact you asked about "rights", not user rights, but your description of a right is clearly that of a system-wide change, which agrees with the definition given here.

I must point out these are Windows-centric definitions and are not readily transposed to other software platforms. The distinction in terms made above only makes sense when qualifying the term "right" as "user right." Without that qualification, it's perfectly reasonable to use the terms right and permission interchangeably. That said, there are plenty of examples where convention prefers one term over the other, such as NTFS Permissions not being called NTFS Rights.

I say Reinstate Monica

Posted 2017-11-01T18:18:18.613

Reputation: 21 477

1

In computer security the two terms are user interchangeably.

They both refer to the defined allowances and denials that comprise the limits and expanses within which a user or processes operates on a system.

While some may argue for a narrower view that does not allow overlap, in the real world you may use any of these terms and you will be understood perfectly.

music2myear

Posted 2017-11-01T18:18:18.613

Reputation: 34 957

You said some may argue for a narrower view that does not allow overlap. What is that view? If there is any difference, what will be the difference? – jabi – 2017-11-01T18:26:35.907

The view you claimed in your own question, supported by the link: " 0 down vote favorite

I know that the term rights applies to user/groups of users (such as- the user X has the right to change system time) ; and the term permissions applies to an object (such as folder/file. Eg- the user X has full permissions over this folder)." – music2myear – 2017-11-01T18:28:23.407

i know. But what is the difference in the meaning? – jabi – 2017-11-01T18:32:09.733

There is no difference. You stated in your question that there is a difference, and I stated in my answer that there is no difference. People use both "User Rights" and "User Permissions" and mean the same thing by the two phrases. There is no difference in the meaning. – music2myear – 2017-11-01T18:36:58.390