- 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!
- Redis Applied Design Patterns
- Visual Basic程序設計教程
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- PostgreSQL 11從入門到精通(視頻教學版)
- 高級C/C++編譯技術(典藏版)
- 深入淺出RxJS
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- 微信小程序全棧開發技術與實戰(微課版)
- Python深度學習原理、算法與案例
- Visualforce Developer’s guide
- BeagleBone Robotic Projects(Second Edition)
- Python+Office:輕松實現Python辦公自動化
- Python全棧開發:基礎入門
- Solr權威指南(下卷)
- Java多線程并發體系實戰(微課視頻版)