FileInfo

Languages

Overview

What is a 2 file? A 2 file contains a Unix manual page (man page) that describes a system call . Each 2 file is named for the system call it describes. 2 files are meant to be opened and viewed using the Unix man utility.

More Information 2 file open in Microsoft Visual Studio Code Most Unix-based operating systems include a system manual divided into eight numbered sections. The second section of this manual includes documentation related to Unix system calls. Each call's documentation is stored in a separate 2 file. For example, the file link.2 contains documentation related to the link and linkat system calls. It includes a quick synopsis of how to use the call, a detailed description of the call, sections describing the call's return values, possible errors, versions, and bugs, and a list of related manual pages. NOTE: Other sections' Unix man pages use the .1 , .3 , .4 , .5 , .6 , .7 , and .8 extensions. Man pages are also commonly compressed into .GZ files (which may use the .gz.# extension).

Popularity2.5/5

8 votes

Quick AppOpen with
VerifiedVerified by FileInfo.com The FileInfo.com team has independently researched the Unix Section 2 Manual Page file format and Mac, Windows, and Linux apps listed on this page. Our goal is 100% accuracy and we only publish information about file types that we have verified. If you would like to suggest any additions or updates to this page, please let us know .

Document Icon

Breadcrumbs

DeveloperN/A
Popularity2.5 | 8 Votes

Previous / Next

In-Depth

.2 File Extension

Unix Section 2 Manual Page

DeveloperN/A
Popularity
2.5  |  8 Votes
 

What is a 2 file?

A 2 file contains a Unix manual page (man page) that describes a system call . Each 2 file is named for the system call it describes. 2 files are meant to be opened and viewed using the Unix man utility.

More Information

2 file open in Microsoft Visual Studio Code

Most Unix-based operating systems include a system manual divided into eight numbered sections. The second section of this manual includes documentation related to Unix system calls. Each call's documentation is stored in a separate 2 file.

For example, the file link.2 contains documentation related to the link and linkat system calls. It includes a quick synopsis of how to use the call, a detailed description of the call, sections describing the call's return values, possible errors, versions, and bugs, and a list of related manual pages.

NOTE: Other sections' Unix man pages use the .1 , .3 , .4 , .5 , .6 , .7 , and .8 extensions. Man pages are also commonly compressed into .GZ files (which may use the .gz.# extension).

How to open a 2 file

In Unix-like OSes, you can open a 2 file by calling the man utility using the name of the file. For example, to open link.2 , enter man link(2) .

Since 2 files are plain text files, you can also open them in any text editor, such as Vim (Linux, Mac), Microsoft Notepad (Windows), and Apple TextEdit (Mac).

Open over 400 file formats with File Viewer Plus . Free Download

Programs that open 2 files

Sort

Pricing

Program Name

Platform

Reset

X

Windows

Any text editor

Mac

Any text editor

Linux

man

Included with OS

Vim

Free

GNU Emacs

Free

Any text editor

Category: System Files

Updated: February 24, 2022

FAQ

What is a 2 file?
A 2 file contains a Unix manual page (man page) that describes a system call. Each 2 file is named for the system call it describes. 2 files are meant to be opened and viewed using the Unix man utility.
How do I open a .2 file?
In Unix-like OSes, you can open a 2 file by calling the man utility using the name of the file. For example, to open link.2, enter man link(2).