Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
vms:webdev:start [2014/10/30 13:40]
admin [Add sysadmin to sudoers]
vms:webdev:start [2014/10/30 13:51]
admin [Add sysadmin to sudoers]
Line 18: Line 18:
  
  
-==== Add sysadmin to sudoers ==== 
----- 
  
-After the system reboots at the end of the installation,​ login as root and install the sudo package: 
-<​code>​ 
-# apt-get install sudo 
-</​code>​ 
- 
-As the sysadmin user was created during the Debian install process we only need to add it to the sudoers group: 
-<​code>​ 
-# usermod -G sudo -a <​sysadmin>​ 
-</​code>​ 
- 
-Logout from the root session, login as sysadmin and test your sudo power: 
-<​code>​ 
-# exit 
-login: sysadmin 
-Password: 
-$ sudo ifconfig 
-</​code>​ 
- 
-If all is well, you should see the output from the ifconfig command. 
------ 
  
 ==== Setup Network Adapters ==== ==== Setup Network Adapters ====