Administrative Privileges

Administrative privileges are the ability to make major changes to a system, typically an operating system. It can also mean large software programs such as a database management system. In modern operating systems, administrative privileges are accessed using a privilege escalation tool where users must supply an administrative password, such as UAC on Windows or sudo in Linux systems.

Modern operating systems need to protect themselves against damage to important configuration files and unauthorized changes. The major way they do this is through administrative privileges that divide users into ordinary users and administrators. Administrators can make changes to the system’s configuration, add and remove programs, access any file and manage other users on the system. Administrative users typically must authenticate themselves before performing major changes. Windows uses UAC (User Account Control) to ask users to confirm an administrative task. Mac OS X and Linux use sudo to ask administrative users for a password.

Other large software packages with many users also distinguish between ordinary users and administrators. These are typically database management systems like Oracle and MySQL.

Post a Comment

0 Comments