- Learn Linux Quickly
- Ahmed AlKabary
- 208字
- 2021-06-11 18:43:52
The /usr/share/doc directory
The /usr/share/doc directory is another excellent place to look for help in Linux. This directory has very intensive documentation; it doesn't just show you how to use a command; sometimes, it will even show the name and contact information of the authors who developed the command. Moreover, it may also include a TODO file that contains a list of unfinished tasks/features; contributors usually check the TODO files to help fix bugs and develop new features.
To demonstrate, let's go to the nano documentation directory:
elliot@ubuntu-linux:~$ cd /usr/share/doc/nano
elliot@ubuntu-linux:/usr/share/doc/nano$ pwd
/usr/share/doc/nano
Now list the contents of the directory to see what's inside:
elliot@ubuntu-linux:/usr/share/doc/nano$ ls
AUTHORS copyright faq.html nano.html README TODO
changelog.Debian.gz examples IMPROVEMENTS.gz NEWS.gz THANKS.gz
Cool! You can view the AUTHORS file to see the team of developers who contributed to the nano editor program. You can also view the TODO file if you are eager to know if there is anything left for you to do! You can also check the README file for a general description of the nano editor. There is even a link faq.html that contains frequently asked questions.
As you saw in this chapter, Linux has a variety of helpful tools available at your disposal; so make sure you utilize them!
- JavaScript全程指南
- Java面向?qū)ο筌浖_發(fā)
- C# 2012程序設(shè)計(jì)實(shí)踐教程 (清華電腦學(xué)堂)
- PostgreSQL for Data Architects
- 無代碼編程:用云表搭建企業(yè)數(shù)字化管理平臺
- 算法精粹:經(jīng)典計(jì)算機(jī)科學(xué)問題的Java實(shí)現(xiàn)
- 實(shí)用防銹油配方與制備200例
- Java從入門到精通(第5版)
- Apache Hive Essentials
- 單片機(jī)應(yīng)用技術(shù)
- H5頁面設(shè)計(jì):Mugeda版(微課版)
- Getting Started with Gulp
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- 深度學(xué)習(xí):Java語言實(shí)現(xiàn)
- Instant PHP Web Scraping