当前位置:网站首页>First day of rhcsa study
First day of rhcsa study
2022-07-03 17:20:00 【I just want to sleep thirty-four】
build Linux learning environment
Build with virtual machine
Recommended Vmware16
Be careful :
1. Do not install security software
2. Make sure window 64 position Not educational
file system ( A method and data structure for organizing files on disk ) ntfs ---- The maximum number of single files supported is 4TB fat32 ---- The largest single file supported is 4G
3. Enable virtual machine prompt VT-X Did not open ( The physical machine does not have virtualization enabled )
Environment deployment system installation :
Virtual platform (vmware-workstation)+ Create a virtual machine +RHEL-server-8.5-x86_64.iso
( Network mode selection - Host only nat* The bridge ; Disk type ide sata scsi nvme*)
Log in to the main user name and password to verify
linux System administrator Default root user ----- The later Login Host logs in through the administrator
Ordinary users redhat
Log in as Administrator —— After creating an account , On the login screen , Click on the not listed ?, User name is root, The password was created before .
Be careful : Judge whether the command is successful , The first method returns to the next command prompt without any prompt The second type has corresponding command result prompt
Pay attention to the meaning of version number ——
1.0~2.6 Previous version :A.B.C
RHEL8.2
A-- Major version number with significant changes ;
B-- Minor version number with some major modifications
C-- It refers to the amendment number with minor revision ,C Development version for odd numbers , Even numbers are stable
Basic command sorting
1、 see IP Address
#ip a ==ip addr
2: ens160: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 00:0c:29:c3:cf:a9 brd ff:ff:ff:ff:ff:ff
inet 192.168.220.162/24 brd 192.168.220.255 scope global dynamic ens160
valid_lft 1710sec preferred_lft 1710sec
2. terminal ( Standard input and output devices keyboard, mouse, display )
command —— tty View the device file of the current terminal
Virtual terminal :ctrl+alt+F3 ~ F6 ctrl +alt+F2 /dev/tty3 /dev/tty4
Analog terminal : Graphical simulation of the terminal window
Remote terminal : Pseudo terminal Terminal window based on remote connection through remote software /dev/pts/0 /dev/pts/1 ...
Physical terminals
3. The command prompt of the terminal
[[email protected] ~]#
user name @ Host name current path ~ The tag is when the user's home directory /root # Tag manager
notes : Catalog ----window Folder
[[email protected] ~]$ pwd (print workdoing directory Print current directory path )
/home/redhat
redhat ~ The mark is /home/redhat $ Mark ordinary users
4. The standard format of the command
1.# command #ifconfig
2.# command Parameters #ip a
3.# command - Options ... #ls -l #ls -a
4.# command - Options ... Parameters #ls -l /root
-l Short options
--long Long options
5. Basic commands
#ip a see ip Address
#ifconfig see ip Address
#tty View the device file name of the current terminal
#cat /etc/redhat-realse View operating system release information
#uname -r View kernel version
#pwd Show current directory path
#hostname View the current full hostname
#hostname HOSTNAME Temporarily change the host name while the current host is running . After changing the host name of the terminal prompt device, you need to exit and log in again
#hostnamectl set-hostname HOSTNAME vim /etc/hostname Change host name permanently
#passwd [USERNAME] Change or set the user's password
#passwd -d [USERNAME] Delete user password
notes :
Management execution passwd: You can specify a user name ; Don't enter the previous password ; You can change and delete the passwords of all users ; There are no strict requirements for password level
Common user execution passwd: You cannot access the specified user name. You can only change your own password ; You need to enter the previous password ; There are strict requirements for password registration
6. System password reset
1. Restart the client
2. Quickly click the mouse in the startup interface and click the up and down buttons to switch ( Stay in the startup interface )+e
3. find linux Add... At the end of the line at the beginning of the line ------rd.break------ crtl + x ------- mount -o remount,rw /sysroot ----chroot /sysroot -----passwd root ----touch /.autorelabel ---exit ---exit
边栏推荐
- New library online | cnopendata complete data of Chinese insurance institution outlets
- Electronic technology 20th autumn "Introduction to machine manufacturing" online assignment 3 [standard answer]
- Where is the monitoring page of RDS database?
- 匯編實例解析--實模式下屏幕顯示
- 29:第三章:开发通行证服务:12:开发【获得用户账户信息,接口】;(使用VO类包装查到的数据,以符合接口对返回数据的要求)(在多处都会用到的逻辑,在Controller中可以把其抽成一个共用方法)
- Answer to the homework assessment of advanced English reading (II) of the course examination of Fuzhou Normal University in February 2022
- TensorBoard快速入门(Pytorch使用TensorBoard)
- Life is still confused? Maybe these subscription numbers have the answers you need!
- Atom QT 16_ audiorecorder
- Rsync远程同步
猜你喜欢

问题随记 —— 在 edge 上看视频会绿屏

PHP online confusion encryption tutorial sharing + basically no solution

Thread pool: the most common and error prone component of business code

【RT-Thread】nxp rt10xx 设备驱动框架之--rtc搭建和使用

1164 Good in C

Design e-commerce spike

QT学习日记9——对话框

Kotlin learning quick start (7) -- wonderful use of expansion

Kubernetes resource object introduction and common commands (4)

kubernetes资源对象介绍及常用命令(五)-(NFS&PV&PVC)
随机推荐
Electronic technology 20th autumn "Introduction to machine manufacturing" online assignment 3 [standard answer]
September, 19, "cam principle and application" online assignment [Full Score answer]
One brush 145 force deduction hot question-2 sum of two numbers (m)
Qt调节Win屏幕亮度和声音大小
visual studio “通常每个套接字地址(协议/网络地址/端口)只允许使用一次“
[combinatorics] recursive equation (the problem of solving recursive equation with multiple roots | the problem is raised)
Kotlin学习快速入门(7)——扩展的妙用
vs2013已阻止安装程序,需安装IE10
[JDBC] API parsing
建立自己的网站(23)
[combinatorial mathematics] recursive equation (example of recursive equation 2 Hanoi Tower | example of recursive equation 3 insertion sequencing)
How do large consumer enterprises make digital transformation?
[combinatorics] recursive equation (general solution structure of recursive equation with multiple roots | linear independent solution | general solution with multiple roots | solution example of recu
Select 3 fcpx plug-ins. Come and see if you like them
汇编实例解析--实模式下屏幕显示
问题随记 —— 在 edge 上看视频会绿屏
Great changes! National housing prices fell below the 10000 yuan mark
C language string inversion
Javescript variable declaration -- VaR, let, const
New features of C 10