سودو
Sign in to saveAlso known as super user do, substitute user do
'''''' ( or ) is a shell command on Unix-like operating systems that enables a user to run a program with the security privileges of another user, by default the superuser. It originally stood for "superuser do", as that was all it did, and this remains its most common usage; however, the official Sudo project page lists it as "su 'do. The current Linux manual pages define as "substitute user", making the modern meaning of "substitute user, do", because can run a command as other users as well.
Key facts
- Software.title
- sudo
- Software.logo
- Sudo logo (2019).png
- Software.logo_size
- 137px
- Software.screenshot
- Sudo on Linux screenshot.png
- Software.caption
- The command in a terminal
- Software.author
- Robert Coggeshall, Cliff Spencer
- Software.developer
- Todd C. Miller
- Software.released
- 1980
- Software.programming language
- C
- Software.operating system
- Unix-like
- Software.genre
- Privilege authorization
- Software.license
- ISC-style
via Wikipedia infobox
Wikidata facts
- Official website
- www.sudo.ws
- Image
- Sudo on Ubuntu.png
Show 5 more facts
- software version identifier
- 1.9.17p2
- Commons category
- Sudo (Unix)
- social media followers
- 188
- Stack Exchange tag
- stackoverflow.com/tags/sudo
- source code repository URL
- bitbucket.org/millert/sudo
via Wikidata · CC0
Article · العربية
sudo (اختصاراً لـ substitute user do) هو برنامج للأنظمة الشبيهة بيونكس يسمح للمستخدمين بتشغيل البرامج مع وجود امتيازات الأمن الخاصة بمستخدمين آخرين (عادة ما يكون مدير النظام root). افتراضياً، يقوم sudo بالسؤال عن كلمة مرور المستخدم لكن من الممكن تعديله لكي يسأل عن كلمة مرور مدير النظام أو لا يسأل عن أي كلمات مرور على الإطلاق. من الممكن لـ sudo أن يقوم بتسجيل كل أمر تشغيل، وفي بعض الحالات يحل محل عملية دخول مدير النظام للقيام بالعمليات الإدارية كليةً، وأبرزها في لينكس أوبونتو وأبل ماك أو إس عشرة. يتكون sudo من ثلاثة أجزاء : * sudo : و هو الأمر في حد ذاته المستعمل من طرف المستخدمين. * "/etc/sudoers" : و هو ملف الإعدادات. * visudo: محرر خاص بملف إعدادات sudo يتيح العمل بأمان وكشف الأخطاء.
Abstract from DBpedia / Wikipedia · CC BY-SA