superuser$503619$ - определение. Что такое superuser$503619$
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое superuser$503619$ - определение

COMMAND ON UNIX SYSTEMS TO TEMPORARILY ASSUME ROOT PRIVILEGES
Visudo; /etc/sudoers; Gksudo; SUDO; Sudoers; Sudo (Unix); Sudó; Súdó; Superuser do; Sudoedit

Superuser         
SPECIAL USER ACCOUNT USED FOR SYSTEM ADMINISTRATION
Root user; Root access; Superusers; Super user; R00t; Rewt; Root (Unix); Super-user; Root account; Root (Linux); Windows administrator; Fakeroot; Root privileges; Administrator rights; Administrator privileges; Administrative privileges; Root password; Windows Root; Root (access); Root credentials; Admin account; Administrator account; Administrator privilege
In computing, the superuser is a special user account used for system administration. Depending on the operating system (OS), the actual name of this account might be root, administrator, admin or supervisor.
superuser         
SPECIAL USER ACCOUNT USED FOR SYSTEM ADMINISTRATION
Root user; Root access; Superusers; Super user; R00t; Rewt; Root (Unix); Super-user; Root account; Root (Linux); Windows administrator; Fakeroot; Root privileges; Administrator rights; Administrator privileges; Administrative privileges; Root password; Windows Root; Root (access); Root credentials; Admin account; Administrator account; Administrator privilege
[Unix] Synonym root, avatar. This usage has spread to non-Unix environments; the superuser is any account with all wheel bits on. A more specific term than wheel. [Jargon File]
superuser         
SPECIAL USER ACCOUNT USED FOR SYSTEM ADMINISTRATION
Root user; Root access; Superusers; Super user; R00t; Rewt; Root (Unix); Super-user; Root account; Root (Linux); Windows administrator; Fakeroot; Root privileges; Administrator rights; Administrator privileges; Administrative privileges; Root password; Windows Root; Root (access); Root credentials; Admin account; Administrator account; Administrator privilege
¦ noun a computer system administrator.

Википедия

Sudo

sudo ( or ) is a program for Unix-like computer operating systems that enables users to run programs with the security privileges of another user, by default the superuser. It originally stood for "superuser do", as that was all it did, and it is its most common usage; however, the official Sudo project page lists it as "su 'do'". The current Linux manual pages for su define it as "substitute user", making the correct meaning of sudo "substitute user, do", because sudo can run a command as other users as well.

Unlike the similar command su, users must, by default, supply their own password for authentication, rather than the password of the target user. After authentication, and if the configuration file (typically /etc/sudoers) permits the user access, the system invokes the requested command. The configuration file offers detailed access permissions, including enabling commands only from the invoking terminal; requiring a password per user or group; requiring re-entry of a password every time or never requiring a password at all for a particular command line. It can also be configured to permit passing arguments or multiple commands.