linux courses

Installation and initialization of the first chapter of linux system

First, install

      1. Install VMware, Baidu search a key

      2. Download the image (without decompression)

      3. The image is loaded into VMware

Second, login, logout and shutdown

      1. Log in to the graphical interface, log out and shut down

      2. Terminal logout, exit, ctrl + d key combination

1. Turn off and restart only the root user can use. Run the sync command when performing operations (the data in memory is written to disk).

  Shutdown command: shutdown-h now, halt, poweroff, init 0

  Restart the command: shutdown-r now, reboot, init 6

Guess you like

Origin www.cnblogs.com/yyy999/p/12326843.html