当前位置:网站首页>Rhcsa day 3
Rhcsa day 3
2022-07-04 02:55:00 【Dd_ five hundred and seventy-seven】
1、 Sum up vim Of the three modes, the commands you think are practical
1、Vi/vim (-o) file 1 file 2( Open two files )ctrl+w+w Switch
Command mode :
d Delete ,dd Deletes the line where the cursor is located x Delete cursor u withdraw
G Jump to the end ( Numbers G Jump to line number ) ^ Head of line $ At the end of the line
( Numbers )yy Copy line ( Numbers )cc shear p Paste
Last row mode :
Wq!( preservation 、 sign out 、 mandatory ) nu\nonu( Digital marker line exit )
r( Open the specified file to the next line ) noh( set nohlsearch )
%s /// Change the specified text
2、 File management command exercise :
stay /opt Create a temporary directory under the directory tmp;
Create a file in the temporary directory , The file named a.txt;
take a.txt Copy it into b.txt; take b.txt Change its name to c.txt;
Create symbolic links , The linked file name is linkc.txt;
[[email protected] ~]# mkdir /opt/tmp
[[email protected] ~]# cd /opt/tmp
[[email protected] tmp]# touch a.txt
[[email protected] tmp]# cp -p a.txt b.txt
[[email protected] tmp]# mv b.txt c.txt
[[email protected] tmp]# ln -s c.txt linkc.txt
3、vi practice : Complete the following steps
1) application vi Command in /tmp Create files under folders , file name newfile. stay newfile Enter the date and time on the first line

2) take /boot/grub2/grub.cfg The contents of the document are read into newfile In the document ( On the next line of the date, i.e 2 That's ok )
3) Find documents that contain # The line of the sign character , Delete entire line

4) Turn on VI Line number prompt function
:set nu // Turn on the line number prompt
:set nonu // Turn off line number prompt 5) Move the cursor to 5 That's ok , And in the first place 5 A new blank line is generated after the line 6 That's ok
Can be in command mode yy( Copy ) A blank line again p( Paste )
Or in input mode Enter key 6) Modify the content . Will all timeout=5, Change to time=30
:%s/timeout=5/time=307) All... In the entire document root The character is changed to admin character
:%s/root/admin8) Copy No 1 The date and time content of the line to the end of the document
Can be in command mode yy( Copy ) The first line again p( Paste )
In command mode gg Move to first line G Move to last line 9) Save the document , Save the document again as /boot/newfile2, sign out VI Editor 

4、 The file to view
Copy user profile to /opt Under the table of contents ;
see /opt/mima File first 6 That's ok ;

5. Statistics show user profiles nologin Number of occurrences

6. Displays the total number of users in the system 
7. Set the system time ( Minutes and seconds ) write in time file 
8.history The system command history can be displayed , Count the top three with the highest command frequency of the current system .( The command repeats three more commands )

边栏推荐
- Optimization theory: definition of convex function + generalized convex function
- I stepped on a foundation pit today
- Properties of binary trees (numerical aspects)
- Résumé des outils communs et des points techniques de l'examen PMP
- Jenkins continuous integration environment construction V (Jenkins common construction triggers)
- Format character%* s
- The difference between MCU serial communication and parallel communication and the understanding of UART
- Love and self-discipline and strive to live a core life
- Li Chuang EDA learning notes 13: electrical network for drawing schematic diagram
- Tsinghua University product: penalty gradient norm improves generalization of deep learning model
猜你喜欢

There is no need to authorize the automatic dream weaving collection plug-in for dream weaving collection

How to subcontract uniapp and applet, detailed steps (illustration) # yyds dry goods inventory #

(column 23) typical C language problem: find the minimum common multiple and maximum common divisor of two numbers. (two solutions)

Setting methods, usage methods and common usage scenarios of environment variables in postman

Lichuang EDA learning notes 14: PCB board canvas settings

Take you to master the formatter of visual studio code

長文綜述:大腦中的熵、自由能、對稱性和動力學

Unity controls the selection of the previous and next characters

A brief talk on professional modeler: the prospect and professional development of 3D game modeling industry in China

Learn these super practical Google browser skills, girls casually flirt
随机推荐
[Yugong series] February 2022 attack and defense world advanced question misc-83 (QR easy)
LV1 Roche limit
Key knowledge of C language
[untitled] the relationship between the metauniverse and digital collections
Contest3145 - the 37th game of 2021 freshman individual training match_ E: Eat watermelon
[Valentine's Day confession code] - Valentine's Day is approaching, and more than 10 romantic love effects are given to the one you love
The 37 year old programmer was laid off, and he didn't find a job for 120 days. He had no choice but to go to a small company. As a result, he was confused
Global and Chinese market for travel wheelchairs 2022-2028: Research Report on technology, participants, trends, market size and share
Libcblas appears when installing opencv import CV2 so. 3:cannot open shared object file:NO such file or directory
Node write API
15. System limitations and options
Gee import SHP data - crop image
Contest3145 - the 37th game of 2021 freshman individual training match_ G: Score
MySQL advanced SQL statement (1)
C # learning notes: structure of CS documents
Format character%* s
Final consistency of MESI cache in CPU -- why does CPU need cache
Crawler practice website image batch download
Base d'apprentissage de la machine: sélection de fonctionnalités avec lasso
17. File i/o buffer
