一、Ubantu中查看文件目录

Ubantu中快速查看文件目录:whereis filename,示例:

whereis phpmyadmin

Linux学习笔记(三)Ubantu目录结构

二、整体目录及含义

详细参考文档:ubuntu下各个目录的含义

  • 根目录下:
    Linux学习笔记(三)Ubantu目录结构

三、常用目录详述

Linux学习笔记(三)Ubantu目录结构
我的常用目录:

  • /etc/
    • profile(环境变量配置文件)
  • /usr/local
    • /apache-tomcat-9.0.21(我的tomcat目录)
    • /jdk-1.8.0_201
  • /var/www/html(Apache目录)
    • index.html
    • phpmyadmin

相关文章: