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
The cut command in Linux and Unix is used to cu...
Better-scroll scrolling principle As a parent con...
Prepare a CentOS6 installation disk (any version)...
Table of contents 2 solutions for file upload Bas...
join() method: connects all elements in an array ...
Create a user: create user 'oukele'@'...
This article example shares the specific code of ...
Doccer Introduction: Docker is a container-relate...
According to data analysis company Net Market Sha...
need Add a paging bar, which can jump to the page...
How to obtain SQL statements with performance iss...
This article example shares the specific code of ...
In Linux system, newly install docker and enter t...
Table of contents Requirements: Implementation st...
<body> <div id="root"> <...