Appearance
这是 Linux 操作系统的基础知识文档。
Linux 是一种开源的类 Unix 操作系统,广泛用于服务器、桌面和嵌入式设备。
# 查看当前目录 ls -la # 切换目录 cd /home # 创建文件 touch hello.txt # 编辑文件 nano hello.txt # 查看文件内容 cat hello.txt # 查看系统信息 uname -a