Linux system installation and basic commands

Today mainly learned to use Linux installation and basic commands: ①kali Linux ②Unbantu Linux

1.kali Linux

First visit the official website to download VMware version of the installation package

Then follow the Setup Procedure

The default user name: root

The default login password: toor

Update kali Linux version of the command: apt update && apt upgrade && apt dist-upgrade

2.Unbantu Linux

First visit the official website to download the installation package Desktop version

Then follow the installation steps of the installation

Set Username: Safe-Man

Set Password: LYZ971116

Basic operation command:

①ls -alh lists the current directory file information

②cd switch the working directory

③pwd output current working directory

④chmod + x filename increased execute permissions

3. Challenges:

①Unbantu Linux can not connect to the network

②Unbantu Linux can not enter Chinese

Guess you like

Origin www.cnblogs.com/Safe-Man/p/11915406.html