Go Back   TechArena Community > Software > Operating Systems
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , ,

Sponsored Links



What is sudo command?

Operating Systems


Reply
 
Thread Tools Search this Thread
  #1  
Old 21-08-2009
Member
 
Join Date: Apr 2009
Posts: 60
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?
Reply With Quote
  #2  
Old 21-08-2009
Calvin K's Avatar
Member
 
Join Date: Apr 2008
Posts: 3,479
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.
Reply With Quote
  #3  
Old 21-08-2009
Lillebror's Avatar
Member
 
Join Date: Apr 2008
Posts: 3,259
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.
Reply With Quote
  #4  
Old 21-08-2009
Member
 
Join Date: Jan 2009
Posts: 320
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.
Reply With Quote
Reply

  TechArena Community > Software > Operating Systems


Thread Tools Search this Thread
Search this Thread:

Advanced Search


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


All times are GMT +5.5. The time now is 02:27 AM.