|
| |||||||||
| Tags: login, sudo command, syntax |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| What is sudo command?
Can nay one tell me what is sudo command? What are syntax to use sudo command. When sudo command executed user login required with superuser or another user? |
|
#2
| ||||
| ||||
| Re: What is sudo command?
Macintosh computers do not use sudo as Mac uses the UNIX system.sudo allows a permitted user to execute a command as the superuser or another user, as specified in the sudoers file. The su (short for substitute user) command makes it possible to change a login session's owner. |
|
#3
| ||||
| ||||
| Re: What is sudo command?
The sudo command is a program for some Unix and Unix-like computer operating systems that allows users to run programs with the security privileges of another user.sudo can log both successful and unsuccessful attempts (as well as errors) to syslog(3), a log file, or both. |
|
#4
| |||
| |||
| Re: What is sudo command?
Many other Unixes, and Linux, use "sudo".The configuration of sudo is by the /etc/sudoers file. Sudo allows a user with proper permissions to execute a command as the superuser or other user. The advantage of using su is that a record is kept of its usage in system logs, whereas no such record is kept if one logs in directly as root. It prompts you for your personal password and confirms your request to execute a command by checking a file, called sudoers. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "What is sudo command?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| On Macbook Pro accidental sudo rm /* | venkat=raghavan | Portable Devices | 5 | 14-11-2010 06:41 AM |
| I need help with Ubuntu Sudo | drios | Operating Systems | 1 | 26-06-2010 12:29 AM |
| Update Problem with Sudo apt | Gillian Anderson | Windows Software | 4 | 11-03-2010 10:22 AM |
| Sudo and write permissions | goatape | Operating Systems | 3 | 24-03-2009 08:02 PM |
| SUDO under Unix | Cecylia | Windows Software | 4 | 24-03-2009 04:38 PM |