# Linux-Reference **Repository Path**: kewne/linux-reference ## Basic Information - **Project Name**: Linux-Reference - **Description**: Linux 参考手册 - 生产环境搭建 - Shell脚本 - Linux命令 - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-08-06 - **Last Updated**: 2021-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 环境介绍 ## 使用的系统 CentOS 7、8 ## yum 安装到哪里 ? yum install 默认安装到 ```sh /usr/lib/ ``` ## 比较重要的 系统文件 ```txt /etc/profile 系统环境变量 (配置 JDK) /etc/rc.d/rc.local 用户环境变量 ```