https://github.com/whelmin/linux-commands
常用的 linux 命令
https://github.com/whelmin/linux-commands
Last synced: 4 months ago
JSON representation
常用的 linux 命令
- Host: GitHub
- URL: https://github.com/whelmin/linux-commands
- Owner: whelmin
- License: mit
- Created: 2020-06-12T09:06:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T03:30:44.000Z (about 6 years ago)
- Last Synced: 2025-10-23T19:56:56.411Z (8 months ago)
- Size: 281 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linux-commands
记录大前端开发过程中常用的 `linux` 命令
## 项目目录结构
```
./
├── LICENSE
├── README.md
├── file-permission.md # 设置文件和目录的访问权限
├── find-in-content.md # 在内容中查找关键字
├── network.md # 查看网络信息
└── view-file-content.md # 查看文件内容
0 directories, 6 files
```