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
MySQL filtering timing of where conditions and ha...
1. Install Docker yum -y install docker-io The &q...
Table of contents 1. What is two-way data binding...
Table of contents 1. Compiler code format specifi...
Table of contents 1. MySQL join buffer 2. JoinBuf...
I encountered such a problem when doing the writte...
A. Installation of MySQL backup tool xtrabackup 1...
Preface Everyone knows that the partition field m...
Pseudo-elements and pseudo-classes Speaking of th...
The installation process of MySQL 8.0 Windows zip...
Preface This control will have a watermark at the...
We have introduced how to create a waterfall layo...
Recorded the installation and use tutorial of MyS...
Docker Features 1) Quick to get started It only t...
This article example shares the specific code of ...