Linux/Ubuntu のファイルシステムに関する資料のおすすめ

Mouse recently started learning Linux/Ubuntu, and in the project encountered difficulties with things such as

  • the path for #include<opencv>
  • the configuration of the link path during the g++ linking stage
  • and where sudo apt install xxx installs (the user remembers it being installed in four locations), how to include/use xxx, and other related issues…

Seeking recommendations for Linux system‑related blog resources from fellow community members, thanks.

「いいね!」 2

gpt
stack overflow
Rookie Tutorial

「いいね!」 1

The filesystem specifications you often encounter when using Linux actually consist of two parts:

  • The Unix file system tree is a set of conventional habits, mainly concerning the meaning of each directory under the root; you can see this article.
  • The XDG (defined by the Free Desktop discussion) specification, mainly about how each user’s home directory is organized; you can find the entry from here, or see this short explanation.

Regarding your question, your need is entirely within the scope of using Linux rather than modifying Linux, so there’s no need to specifically look for a book.

「いいね!」 6