Changes

Jump to: navigation, search

OPS235 Assignment 1 Fall 2013

117 bytes added, 11:15, 14 February 2011
To sudo or not to sudo
==To sudo or not to sudo==
 
Sudo is a tool which enables specific users to run specific commands as another user (such as "root").
'''Study the man page for the <code>sudo</code> command and:'''
#Update sudo's configuration file (using the proper program) to allow only your Learn account to run <code>sudo</code> for the following commands as <code>root</code>: (8 points)
#*<code>mount</code>
#*<code>fdisk</code>
#*<code>passwd</code>
#*<code>lspci</code>
#Create a new user called <code>helper</code> and allow only this user to run <code>sudo</code> for the following commands as ''your '' learn account: (4 points)
#*<code>head</code>
#*<code>tail</code>
 
==Package Management==

Navigation menu