Linux system command classification detailed

xiaoxiao2021-03-06  135

This article is transferred

http://www.linuxeden.com

First. Backup compression

Two. File management

Third. Network communication

Four. Special command

1.rpm command manual

2.Linux Chinese Find Technology Daquan

3. FTP command Daquan and its application

V. System Management

First. Backup compression

Zipinfo

Function Description: List the compressed file information.

Syndrome: Zipinfo [-12HLMMSTTVZ] [Compressed File] [File ...] [- x ]

Supplementary Description: Performing the zipinfo directive to know the details of the ZIP compressed file.

Parameter:

-1 Only the file name is listed.

-2 The effect of this parameter is similar to the specified "-1" parameter, but can be used with "-h", "- t" and "-z" parameters.

-h only lists the file name of the compressed file.

-L The effect of this parameter is similar to the specified "-m" parameter, but the size of the original file is listed instead of the compression ratio of each file.

-m The effect of this parameter is similar to the specified "-s" parameter, but it will list the compression ratio of each file.

-M If the content of the information exceeds a picture, information is listed in a similar MORE instruction.

-s lists the compressed file content with an effect of performing the "LS -L" instruction.

-t only lists the number of files contained in the compressed file, the file size and compression ratio before and after compression.

-T will be listed in the order of the date, month, day, hour, minute, and seconds.

-v detailed information on each file in the compressed file.

-X