w3dn35d4y

Thread Tools
 
Search this Thread
 
Old Aug 30, 2006 | 11:13 PM
  #121  
Nick Koan's Avatar
VIP Member
iTrader: (3)
 
Joined: Feb 2003
Posts: 17,466
From: The BLC
Car Info: Legacy GT
Originally Posted by legasti
WTF is Sudo?
sudo is a command on unix operating systems that allows you temporary administrator privileges without actually logging in as the administrator.
Old Aug 30, 2006 | 11:16 PM
  #122  
nachomc's Avatar
VIP Member
iTrader: (7)
 
Joined: Jun 2003
Posts: 25,095
From: Funtown
Car Info: A limousine with a chauffer
Originally Posted by legasti
WTF is Sudo?
It's a software tool that is given "root" or "super user" authority on a system. You configure sudo to allow users or groups of users access to specific commands on the system. sudo also logs the commands and user info when someone runs a command through it. Then, as a user wanting to execute a command, you run "sudo command" and the command gets executed as the "root" user.

frustrations about sudo:

* configuring it a gillion different ways for every effing user we support. You have to think like a jerk who will try to take advantage of the system when configuring. There's all kinds of neat tricks to gain super user access on a system through sudo and as an admin you have to try and account for everything you can.
* the fact that sudo runs under your environment variables and shell, not under root's (though I understand the security measure behind it)
* You can't redirect output in to a file owned by root via sudo. That is the most annoying thing, but I found a cool command called 'tee' that allows it (cat file | sudo tee filename)

benefits:

* helps make the system more secure
* I can give you access to do specific things on a system and then track every command you run so that if you goof up the system I can own you.
Old Aug 30, 2006 | 11:17 PM
  #123  
nachomc's Avatar
VIP Member
iTrader: (7)
 
Joined: Jun 2003
Posts: 25,095
From: Funtown
Car Info: A limousine with a chauffer
Originally Posted by nKoan
oh but usually I've got the superuser password so it goes something like this for me

% ./somecommand
denied
% sudo somecommand
error, because some permissions are set correctly and some aren't
%su
% ./somecommand
success!

I like the concept behind it, but more often then not it isn't setup properly and is more frustrating then its worth.
I used to love catching users who somehow got their hands on the root password. SO much joy. Now we've got things pretty locked down and it doesn't happen anymore
Old Aug 30, 2006 | 11:17 PM
  #124  
nachomc's Avatar
VIP Member
iTrader: (7)
 
Joined: Jun 2003
Posts: 25,095
From: Funtown
Car Info: A limousine with a chauffer
I always give explanations that are too long.
Old Aug 30, 2006 | 11:19 PM
  #125  
VRT MBasile's Avatar
Thread Starter
VIP Member
iTrader: (17)
 
Joined: May 2005
Posts: 22,776
From: Sunnyvale, CA
Car Info: '13 BRZ Limited / '02 WRX
Originally Posted by legasti
WTF is Sudo?
Originally Posted by Teh W3b
Sudo (superuser do) allows a system administrator to give certain users (or groups of users) the ability to run some (or all) commands as root or another ...
I'm guessing in teh comic the guy is giving her permission to make him a sammich?
Old Aug 30, 2006 | 11:20 PM
  #126  
Nick Koan's Avatar
VIP Member
iTrader: (3)
 
Joined: Feb 2003
Posts: 17,466
From: The BLC
Car Info: Legacy GT
Originally Posted by sonicsuby
I used to love catching users who somehow got their hands on the root password. SO much joy. Now we've got things pretty locked down and it doesn't happen anymore
Well, most of my unix experience isn't on mainframes or servers, but my own pcs which is why I have the root password
Old Aug 30, 2006 | 11:21 PM
  #127  
Jakes02's Avatar
Registered User
iTrader: (1)
 
Joined: Jul 2006
Posts: 2,106
From: Mount Vernon, Washington
Car Info: 2002 WRX
speaking of permissions and root users


has anyone ever tried grape jello? it's pretty good
Old Aug 30, 2006 | 11:36 PM
  #128  
legasti's Avatar
MILF Hunter
 
Joined: Jan 2003
Posts: 1,242
From: Sacramento
Car Info: 2005 Legacy GT
Originally Posted by sonicsuby
It's a software tool that is given "root" or "super user" authority on a system. You configure sudo to allow users or groups of users access to specific commands on the system. sudo also logs the commands and user info when someone runs a command through it. Then, as a user wanting to execute a command, you run "sudo command" and the command gets executed as the "root" user.

frustrations about sudo:

* configuring it a gillion different ways for every effing user we support. You have to think like a jerk who will try to take advantage of the system when configuring. There's all kinds of neat tricks to gain super user access on a system through sudo and as an admin you have to try and account for everything you can.
* the fact that sudo runs under your environment variables and shell, not under root's (though I understand the security measure behind it)
* You can't redirect output in to a file owned by root via sudo. That is the most annoying thing, but I found a cool command called 'tee' that allows it (cat file | sudo tee filename)

benefits:

* helps make the system more secure
* I can give you access to do specific things on a system and then track every command you run so that if you goof up the system I can own you.

uhhh does not compute... I'm gonna go watch tv now
Old Aug 30, 2006 | 11:38 PM
  #129  
soggynoodles's Avatar
Token Toyota Mod
iTrader: (50)
 
Joined: Jun 2004
Posts: 52,306
From: Palo Alto, CA
Car Info: Something german
Name:  pic3770.jpg
Views: 21
Size:  19.6 KB

WHAT ******!! hahahaha
Old Aug 30, 2006 | 11:43 PM
  #130  
Jakes02's Avatar
Registered User
iTrader: (1)
 
Joined: Jul 2006
Posts: 2,106
From: Mount Vernon, Washington
Car Info: 2002 WRX
Originally Posted by legasti
uhhh does not compute... I'm gonna go watch tv now

lol, 100100110100011101011101010001 hahahahahaha
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
VRT MBasile
Sacramento & Reno
238
Feb 22, 2007 09:08 AM




All times are GMT -7. The time now is 10:21 AM.