Analysis of common file types in Linux

Source: Internet
Author: User
Tags unpack perl script adobe acrobat reader
Article Title: Analysis of Common file types in Linux. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
   Compress and package files
*. Bz2-files compressed using the bzip2 command can be decompressed using bzip2-d filename
*. Gz-files compressed using the gzip command can be unwrapped using gunzip-d filename
*. Tar-use the tar package file, that is, the tarball file. You can use tar xf filename to unpack the package.
*. Tbz-the files compressed with the bzip2 command after the package is packed with tar. You can use tar jxf filename to unpack the files.
*. Tgz-use tar to decompress the package and then use the gzip command. You can use tar zxf filename to decompress the package.
  
   Common File Format
*. Au-sound file, which can be played by the system audio player or JAVA program
*. You can view gif images in a WEB browser.
*. Html/. htm-HTML file, which can be viewed in a WEB browser
*. Jpg-JPEG image file, which can be viewed in a WEB browser
*. Pdf-the electronic version of the document. PDF is an electronic document standard and can be used.
* Read xpdf or adobe acrobat reader
*. Png-PNG image file. PNG is short for Portable Network Graphic. It can be viewed in a WEB browser or image browser.
*. Ps-PostScript file, a printing format file, can be viewed using ghostview or an image browser that supports ps viewing, or can be printed directly to the printer
*. Txt-text format file, which can be viewed in any editor
*. Wav-audio file, which can be played using the audio player
*. Xpm-XPM image file, which can be viewed in Image Viewer
  
   System Files
*. Conf-configuration file of a program, which can be edited using vi
*. Lock-lock file of a program, used to detect the execution of a program or the use of a device or resource
* The rpm-RedHat Package Manager file is used to install the software.
  
   Programs and script files
*. C-c language program source code file
*. Cpp-C ++ language program source code file
*. H-C or C ++ header files
*. O-program object file
*. Pl-Perl script file
*. So-Dynamic Link Library File
*. Tcl-TCL script file

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.