Changes between Version 71 and Version 72 of InstallationGuidelinesVirtualMachine


Ignore:
Timestamp:
01/04/11 16:18:50 (14 years ago)
Author:
rik goldman
Comment:

added escalation of privs

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelinesVirtualMachine

    v71 v72  
    9090||Username: ''root''||||Password: ''root''||
    9191==== Root User ====
    92 Username: root
     92There is no practical reason to login in as ''root''.
    9393
    94 Password: to be determined
     94If one needs root privileges, ''dev'' can have them. The following lines offer strategies for escalating ''dev'''s privileges from the command line. Start LXTerminal and use one of the following strategies.
     95{{{
     96sudo command-to-execute-as-root #executes on command or pipeline of commands as root.
     97su - root #Switch user to root
     98command to execute #1 command executed as root
     99command to execute #2nd command to execute as root
     100command to excecute #3rd command to execute as root
     101exit # Exit using root's account and shell
     102}}}
    95103==== Dev User ====
    96104Username: dev