1. Delete folders Example: rm -rf /usr/java The /usr/java directory and all files and folders under it will be deleted 2. Delete files Example: rm -f /usr/tomcat/conf/server.xml The file /usr/tomcat/conf/server.xml will be deleted forcefully 3. Decompression 1. Unzip to the current directory Example: tar -zxvf jdk-8u131-linux-x64.tar.gz Will unzip jdk-8u131-linux-x64.tar.gz to the current directory where it is located The above method of deleting folders, deleting files, and decompressing commands on Linux servers is all the content that the editor shares with you. I hope it can give you a reference, and I also hope that you will support 123WORDPRESS.COM. You may also be interested in:
|
<<: A little-known JS problem: [] == ![] is true, but {} == !{} is false
>>: Detailed installation tutorial of mysql-8.0.11-winx64.zip
Table of contents The first step of optimization:...
<html> <head> <meta http-equiv=&quo...
Nginx can generally be used for seven-layer load ...
To achieve an effect similar to Windows forms, dr...
It has been a long time since the birth of vue3, ...
50 lines of code to change 5 skin colors, includi...
<br />Green is between yellow and blue (cold...
Table of contents 1. Modify the my.cnf file of se...
Table of contents Too long to read Component styl...
Nginx is now one of the most popular load balance...
Directly post code and examples #Write comments w...
[Solution 1: padding implementation] principle: I...
1. Trash or Classic? Web technology updates very ...
I don't know if you have ever encountered suc...
In fact, we wonder every day when IE6 will really...