Linux 学习笔记
本文笔记主要源自于B站 韩顺平老师的课程:一周学会Linux 基础篇 Linux 介绍 Linux是一个开源、免费的操作系统,就像我们熟知的Windows和macOS一样。它是计算机硬件(如CPU、内存、硬盘)和用户(或应用程序)之间的桥梁,负责管理所有硬件资源,并提供软件运行的环境。其在稳定性、安全性以及处理多并发方面都有独特优点。 Linux 目录结构 / (根目录) Linux目录采用的树状结构,所有目录都挂载在 / 根目录下,是所有目录以及文件的起点,是绝对路径的开始。 (绝对路径:是指从文件系统的根目录开始并且到目标文件或者目录的路径;相对路径:指从当前所在目录开始到目标文件或者目录的路径) /bin (binary 二进制目录) /bin目录存放系统的可执行程序,所有用户均可执行。 /sbin (system binary 系统二进制目录) /sbin目录存放系统管理的可执行程序,通常需要root权限执行。 (root:是操作系统中权限最高的超级管理员用户) /etc (editable text configuration...
test
测试 #mjx-2ae7b19{ display:contents; mjx-assistive-mml { user-select: text !important; clip: auto !important; color: rgba(0,0,0,0); } mjx-container[jax="SVG"] { direction: ltr; } mjx-container[jax="SVG"] > svg { overflow: visible; min-height: 1px; min-width: 1px; } mjx-container[jax="SVG"] > svg a { fill: blue; stroke: blue; } mjx-assistive-mml { position: absolute !important; top: 0px; left:...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick Start Create a new post 1$ hexo new "My New Post" More info: Writing Run server 1$ hexo server More info: Server Generate static files 1$ hexo generate More info: Generating Deploy to remote sites 1$ hexo deploy
