.6 文件扩展名
Unix Section 6 Manual Page
| 开发者 | 不适用 |
| 受欢迎程度 |
3.0 | 9 票 |
什么是 6 文件?
A 6 file contains a manual page (man page) accessible via the Unix man utility. It describes a game or other niche program available in a Unix-based operating system. 6 files are named for the program they describe.
更多信息
Most Unix-based operating systems include a system manual divided into eight numbered sections. The sixth section of this manual includes documentation of games, screensavers, and other "funny little programs" included in the operating system. Each program's documentation is saved in a separate 6 file.
注: Other sections' Unix man pages use the .1, .2, .3, .4, .5, .7, and .8 extensions. Man pages are also commonly compressed into .GZ files (which may use the .gz.# extension).
如何打开 6 文件
In Unix-like OSes, you can open a 6 file by calling the man utility using the name of the file. For example, to open game.6, enter man game(6).
Since 6 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).