想学英文的过来,Linux目录结构解释

发布时间:2007-09-26 21:31:20来源:红联作者:firmstre

/ - This is the root directory. The mothership. The home field. The one and only top directory for your whole computer. Everything, and I mean EVERYTHING starts here. When you type ‘/home’ what you’re really saying is “start at / and then go the the home directory.”

/ 根

/root - this is where the root user lives. The root user is the god of your system. Root can do anything, up to and including removing your entire filesystem. So be careful using root.

/boot 启动相关

/bin - Here’s where your standard linux utilities (read programs) live. Things like ls and vi and more. Generally this directory is included in your path. What this means is that if you type ‘ls‘, /bin is one of the places your shell will look to see if ‘ls‘ means anything.

/bin 应用程序、命令所在地

/etc - Here’s where the administrative and system configuration stuff lives. For instance, if you have samba installed, and you want to modify the samba configuration files, you’d find them in /etc/samba.

/etc 管理系统配置文件

/dev - here’s where files that control perhipherals live. Talking to a printer? Your computer is doing it from here. Same goes for disk drives, usb devices, and other such stuff.

/dev 硬件设置文件

/home - Here’s where your data is stored. Config files specific to users, your Desktop folder (which makes your desktop what it is), and any data related to your user. Each user will have their own /home/username folder, with the exception of the root user.

/home 用户个人数据

/tmp - This is the temporary folder. Think of it as a scratch directory for your Linux system. Files that won’t be needed by programs once their used once or twice are put here. Many Linux systems are set to automatically wipe the /tmp folder at certain intervals, so don’t put things you want to keep here.

/tmp 临时文件夹

/usr - Here’s where you’ll find extra utilities that don’t fit under /bin or /etc. Things like games, printer utilities, and whatnot.

/usr 其它工具

/opt - Here’s where optional stuff is put. Trying out Firefox 2 beta? Install it to /opt where you can delete it without affecting other settings.

/opt 可选

/media - Some distros use this folder to mount things like usb disks, cd or dvd drives and other filesytems.

/media 挂接设备,usb 硬盘、光驱、windows分区等。

linux目录结构 英文,想学英文的过来,Linux目录结构解释相关推荐

  1. linux调用windows接口,想要打通Windows和Linux的任督二脉,少不了API这层功力

    原标题:想要打通Windows和Linux的任督二脉,少不了API这层功力 每每Windows一更新,都伴随着一波又一波的高潮,从界面UI到系统布局,再到各种新功能的加入,每个版本的Windows或多 ...

  2. python123循环结构_来学Python啦,大话循环结构~

    点击上方蓝字关注"程序员Bob" 每日一句,送给最珍贵的你: 为学日益,为道日损,损之又损,以至于无为,无为而无不为. 最近想研究爬虫了,准备拾起以前Python,继续学! 上次P ...

  3. linux 下竟有想大白菜软件,世界最小Linux系统Tiny Core 3.5 官方最新版下载,大白菜软件...

    Tiny Core它只代表能引导进入一份最小X窗口桌面 所需的核心内容,典型情况下可包含对有线网络的访问.这份最小桌面可以通过从在线软件仓库安装额外应用软件来进行扩展. 升级日志:升级Busybox至 ...

  4. 嵌入式 Linux 驱动开发你想知道的都在这

    最近看到公众号上写的一篇文章,关于嵌入式 Linux 驱动开发的方方面面,感觉提供不错,此处特意贴出来供大家参考借鉴. 1.嵌入式驱动开发到底学什么 嵌入式大体分为以下四个方向: 嵌入式硬件开发:熟悉 ...

  5. Linux其实没那么难学

    互联网技术总是更新迭代的,因为2020年的一场疫情,影响着中国乃至整个世界,就在这一年,网络直播,远程办公,在线教育等等的互联网产物进入了众多人的世界,当然,这其中离不开程序员的功劳. 李开复曾经说过 ...

  6. 原版英文书籍《Linux命令行》阅读记录4 | 操作文件和目录

    背景: 阅读英文原作只为了更好地理解书中的精髓,当然也是为了更好地掌握书中的技巧.我们会坚持阅读全书,并记录书中的精髓. 从本章节开始,开始真正的实战. 主要学习以下命令: cp mv mkdir r ...

  7. 不会英语学习c语言和java,我想学电脑JAVA,但不懂英文,可以学吗?怎么才能学好呢...

    我想学电脑JAVA,但不懂英文,可以学吗?怎么才能学好呢以下文字资料是由(历史新知网www.lishixinzhi.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧! 我想学电脑JAV ...

  8. 我学英文的方法---张五常

    经常有人问"如何学好英语","学好英语的方法是什么".下面的贴子这是flyingbird 在经典论坛里发表如何学英语的文章,flyingbird 是经典论坛的老 ...

  9. 想学Linux,但版本太多了,如Fedora、SuSE、Redhat、Ubuntu等,不免让人眼花缭乱,那么初学者该如何选择呢?

    也许很多人会不屑的说,Linux不就是个操作系统么.错!Linux不是一个操作系统,严格来讲,Linux只是一个操作系统中的内核.内核是什么?内核建立了计算机软件与硬件之间通讯的平台,内核提供系统服务 ...

最新文章

  1. AI程序员,所有码农的梦想
  2. 一条进程的栈区、堆区、数据区和代码区在内存中的映射
  3. python自动化--语言基础一数据类型及类型转换
  4. 前众信旅游B端产品经理吴彪:如何搭建B端电商产品及用户体系
  5. 求高光谱图像相关系数矩阵
  6. Android自定义属性 format详解
  7. 自定义View 中很关键的问题View获取宽/高是0 的解决办法
  8. 线性代数 矩阵 行列式基本知识(转)
  9. python 细枝末节
  10. html form src,form.html
  11. nginx php pathinfo,Nginx解决PATH_INFO新解决办法
  12. win10启动修复_以安全模式启动win10的4种方法,简单高效,修复电脑故障必用技巧...
  13. 线性规划 —— matlab
  14. 你的Windows Phone 手机还没有升级7.5吗?我有办法,亲身体验!
  15. jQuery框架学习第九天:jQuery工具函数介绍与使用
  16. Linux中断处理:上半部和下半部
  17. 面试官,你为什么老是问我”闭包“
  18. 移动端开发之px,em和rem详解
  19. docker stats 监控资源使用情况
  20. PHP中cookies跨目录无法调用解决办法

热门文章

  1. 为什么我希望用C而不是C++来实现ZeroMQ
  2. Robots.txt泄露敏感信息
  3. 《零基础D编程入门三》
  4. 基于python的验证码识别
  5. Spring + Quartz任务调度实战之动态作业调度
  6. 树莓派3b的远程图形访问
  7. MySQL的date_format()和str_to_date()
  8. BJOI2017 魔法咒语
  9. 反射与工厂模式:早餐店的发展之路
  10. “智慧交通”向“智慧出行”转变