linux各文件夹含义和作用转融爸

初学Linux,为了更好的记忆以及搞清楚各文件的含义。

1、bin

binary(二进制)的缩写;

含义:此文件下存放的都是二进制可以执行命令文件。

2、sbin

systembinary是系统管理员专用的二进制代码存放目录,主要用于系统管理

3、boot

这个单词就是自己本身,有“引导”的意思;

含义:存放Linux系统启动的文件,启动配置以及内核的镜像。

4、dev

device(设备)的缩写;

含义:存放的是系统下的所有设备文件。

5、etc

具有“anddoon”(等等)的意思,

含义:存放系统的各种配置文件。

6、home

"家"的意思;

含义:普通用户的家目录,也就是普通用户存放自己东西的地方。

7、lib

libiary(图书馆),在计算机术语中称为“库”更为贴切;

含义:系统使用函数库的目录。放置的是/bin和/sbin目录下程序所需的库文件。

8、media

media(媒体,介质);

含义:软盘或者光盘等的挂载点。系统自动挂载会选择的地方。

9、mnt

mount(嵌入)的意思;

含义:系统中可移动设备的挂载点。手动挂载会选择的地方。

10、opt

optional:“可选择”的意思,作用是安装第三方软件的地方

含义:系统额外安装软件存放的目录。

11、proc

process(进程)

含义:一个虚拟的文件系统(不是实际贮存在磁盘上的),它包括被某些程序使用的系统信息。

THE END
1.LiterarycriticismDefinition,Theories,Types,Examples,&10 Great Sports Rivalries Is Mount Everest Really the Tallest Mountain in the World? Why Can’t You Tickle Yourself? 6 Classical Dances of India What’s the Difference Between Bison and Buffalo? Written by Frederick C. Crews Emeritus Professor of English, University of California, Berkeley. Authhttp://www.britannica.com/art/literary-criticism
2.CLibraryC Library - <stdio.h> - The stdio.h header defines three variable types, several macros, and various functions for performing input and output.https://www.tutorialspoint.com/c_standard_library/stdio_h.htm
3.LoginZustimmung | Trusted. Communication. Always. Ob auf unserer Website oder in unseren Systemen, bis hin zu unserer Symphony Cloud, wir legen grten Wert auf den Schutz Ihrer Daten und der Daten unserer Kunden. Wir verwenden Cookies, die für den Betrieb unserer Website erforderlich sind.https://clibrary-online.commend.com/
4.WelcomeTheLibraryType: Streaming Audio Type: E-Book Type: Score Type: E-Book Explore Our Collections How to Write About Music: The RILM Manual of Style Type: E-Book Book Crying in H Mart Type: E-Book Explore Our Collections Hip hop family tree. 1, 1970s-1981 http://library.berklee.edu/
5.HomeCalgaryPublicLibraryWith 22 locations across Calgary, the Calgary Public Library has been inspiring the life stories of Calgarians for over 110 years. Calgary residents and members of Treaty 7 communities can register for their free Library card and instantly access free sehttps://calgarylibrary.ca/
6.Redistribution(StanfordEncyclopediaofPhilosophy)(a, b, c) that obtains at timet1; (2) the set of the holdings of these agents that obtains after the policy or institutional changes have been enacted at timet2; and (3) the agent(s) that have ‘taken’ the holdings of some of these agents and distributed them to other of thesehttps://plato.stanford.edu/entries/redistribution/
7.CMake学习01basiccmakelist.txt变成二进制格式了hello_libiary ) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 补充知识,gcc编译时的头文件搜索路径,参考gcc 头文件搜索路径 D-shared-library 项目结构 $ tree.├── CMakeLists.txt ├── include │ └── shared https://blog.csdn.net/qq_42968686/article/details/123318953
8.[Erlang0009]Erlang杂记51CTO博客Tuple索引是从1开始的,执行一下 element(1,{a,b,c}).看看 再试一下element(0,{a,b,c})看看报什么错 Tuple大小使用tuple_size({1,2,3,4,5}). M++N会遍历列表M所以如果必须要使用++也要让数据量小的List在前面 proplist对于处理key_value的list真的是非常方面 https://blog.51cto.com/u_15127514/4745348