Document Your Virtual Machine Creation - ericlongdon/ITC134 GitHub Wiki

Open a virtual machine.

Navigate to where the RC1 file is stored.

Black screen when virtual machine is off.

When machine is off, you can change memory levels.

Press play to power on the virtual machine.

A virtual machine is a hypervisor. A hypervisor is a really tiny kernel. The kernel is processes at software level that directs computer operations.

Terminal emulator:

Like a command line in Android ls is the command to list directory ls -l gives more information ---(permission for owner)---(permission for group)---(permission for nobody/everybody)


rwx rwx rwx

--- --- --- root(owner) root(group) -rw r-- r-- root root

d=directory l=link cd /etc etc is for all system applications

DevTools is used to test applications.

whoami su (superuser)