sudo, which is short for "super user do" is a command that allows a user to perform tasks that require superuser, or root, permissions, without logging in as root or assuming root abilities full-time. It's usage is common in distros aimed at new users, who might not be aware of the consequences of logging in as root.
Attributes | Values |
---|
rdfs:label
| |
rdfs:comment
| - Sudo (dall'anglonapoletano su, do: su, fallo) è un esclusivo programma per computer distribuito con tutte le versioni di Linux.
- sudo, which is short for "super user do" is a command that allows a user to perform tasks that require superuser, or root, permissions, without logging in as root or assuming root abilities full-time. It's usage is common in distros aimed at new users, who might not be aware of the consequences of logging in as root.
- sudo는 유닉스 계열 OS에서 root 권한 등이 필요한 경우에 사용하는 명령어이자 이 명령어를 사용할 수 있도록 해주는 프로그램을 뜻하기도 합니다. sudo라는 이름은 'substitute user do'를 줄인 것입니다.
- Sudo è un acronimo che sta per Super User Do Si tratta di un comando che permette di eseguire un altro comando assumendo temporaneamente l'identità di un utente, solitamente root. In questo caso viene usato per eseguire comandi o azioni che richiederebbero l'essere l'utente amministratore.
- sudo – polecenie w systemie Linux. Umożliwia wykonanie polecenia jako inny użytkownik. Jeśli ten nie zostanie sprecyzowany, polecenie zostanie wykonane jako root.
- sudo (superuser do) consente di eseguire un comando come se si fosse un altro utente. Effettua una specie di sostituzione, previa autorizzazione, tra l'utente attuale (colui che esegue il comando sudo) e l'utente target (colui che esegue l'effettivo comando). Mentre con il comando su si cambia utente fino al termine della sessione del terminale, sudo assegna i privilegi dell'utente target al solo processo che viene con esso avviato. sudo nano /etc/modules sudo -u target comando
- If you're already familiar with NetBSD, this information may not be particulary new or useful to you. It's not particularly Atari-specific. I do however use this for my own reference when I install NetBSD/atari. Now as a user in group wheel you can run any command as root (eg: "sudo make install") after typing your password when prompted.
|
sameAs
| |
dcterms:subject
| |
dbkwik:ko.lihe/pro...iPageUsesTemplate
| |
dbkwik:noncicloped...iPageUsesTemplate
| |
dbkwik:pl.linux/pr...iPageUsesTemplate
| |
abstract
| - Sudo (dall'anglonapoletano su, do: su, fallo) è un esclusivo programma per computer distribuito con tutte le versioni di Linux.
- sudo, which is short for "super user do" is a command that allows a user to perform tasks that require superuser, or root, permissions, without logging in as root or assuming root abilities full-time. It's usage is common in distros aimed at new users, who might not be aware of the consequences of logging in as root.
- sudo (superuser do) consente di eseguire un comando come se si fosse un altro utente. Effettua una specie di sostituzione, previa autorizzazione, tra l'utente attuale (colui che esegue il comando sudo) e l'utente target (colui che esegue l'effettivo comando). Mentre con il comando su si cambia utente fino al termine della sessione del terminale, sudo assegna i privilegi dell'utente target al solo processo che viene con esso avviato. Per eseguire dei comandi con privilegi d'amministrazione è sufficiente digitare sudo e successivamente il comando che si desidera eseguire come utente root, come nel seguente esempio: sudo nano /etc/modules L'utente target non deve essere necessariamente l'amministratore, ma può essere un qualsiasi utente del sistema. Per scegliere l'utente target, usare l'opzione -u: sudo -u target comando Una volta digitato il comando, il sistema chiederà la password dell'utente attuale e non la password dell'utente target (a meno che non si configuri sudo in modo diverso). La password viene chiesta la prima volta e memorizzata per un certo lasso di tempo, quindi è possibile usare il comando sudo più volte consecutive senza dover inserire ogni volta la password. Per motivi di sicurezza il terminale non mostra nessun carattere di inserimento della password. A differenza delle richieste grafiche, nel terminale non vengono mostrati nemmeno gli asterischi di mascheramento. Digitare correttamente la password e premere «Invio». Con sudo l'amministratore del sistema può assegnare privilegi particolari a qualsiasi utente, definire quali comandi far eseguire e quali no, avere il log di tutte le operazioni effettuate e ricevere via email informazioni su tentativi di accesso non autorizzati.
- sudo는 유닉스 계열 OS에서 root 권한 등이 필요한 경우에 사용하는 명령어이자 이 명령어를 사용할 수 있도록 해주는 프로그램을 뜻하기도 합니다. sudo라는 이름은 'substitute user do'를 줄인 것입니다.
- Sudo è un acronimo che sta per Super User Do Si tratta di un comando che permette di eseguire un altro comando assumendo temporaneamente l'identità di un utente, solitamente root. In questo caso viene usato per eseguire comandi o azioni che richiederebbero l'essere l'utente amministratore.
- If you're already familiar with NetBSD, this information may not be particulary new or useful to you. It's not particularly Atari-specific. I do however use this for my own reference when I install NetBSD/atari. 1.
* Make sure to run through the pkgsrc configuration described in the packages section. 2.
* su to root. 3.
* cd /usr/pkgsrc/security/sudo 4.
* make install 5.
* visudo 6.
* Uncomment the line that allows members of the group wheel to execute any command (with their password) 7.
* %wheel ALL=(ALL) ALL 8.
* Save and exit vi. 9.
* Exit out of root. Now as a user in group wheel you can run any command as root (eg: "sudo make install") after typing your password when prompted.
- sudo – polecenie w systemie Linux. Umożliwia wykonanie polecenia jako inny użytkownik. Jeśli ten nie zostanie sprecyzowany, polecenie zostanie wykonane jako root.
|