Questions tagged [privileges]

Privilege grants the ability to carry out some action, such as deleting, modifying or executing a file. Some actions require elevated or root privileges. Privileges are effectively defined by the file system permissions that control access to files for owners, group owners, and others.

enter image description here

rwx are attributes [r]ead | [w]rite | e[x]ecute

These privileges can be either given/added + or taken away -

There are three groups of users:

  • Owner - u
  • Group - g
  • Others - o

a refers to all three groups

98 questions
4
votes
1 answer

How to turn an administrator user account into a standard one?

I have two administrator user accounts, and I need one of them to turn the other into a standard account. How do I do that?
2
votes
1 answer

Launching text editors with privileges without terminal

I switched to Ubuntu so that I could run my webserver on HHVM rather than WAMP. But I'm encountering basic problems that are slowing down my development time significantly. I feel this is probably a simple issue to address, but every post on the…
1
vote
0 answers

systemctl command permissions

Does anyone have a good way to restrict access to systemctl and some of it's commands? systemctl reboot or systemctl poweroff seem to take effect immediately, with no request for root permissions.
Charles Green
  • 21,339