新建
This commit is contained in:
parent
831beab49d
commit
deca1ae568
18
source/_posts/Linux/常用命令.md
Normal file
18
source/_posts/Linux/常用命令.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
title: 常用命令
|
||||||
|
categories:
|
||||||
|
- Linux
|
||||||
|
keywords:
|
||||||
|
- Linux
|
||||||
|
- 终端
|
||||||
|
- 命令
|
||||||
|
tags:
|
||||||
|
- 终端
|
||||||
|
date: 2022-09-03 23:20:14
|
||||||
|
---
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
alias ls="exa -aglF --color=always --group-directories-first --time-style long-iso --git"
|
||||||
|
alias df="df -h -x tmpfs" # 查看文件系统空间情况
|
||||||
|
alias lsblk="lsblk -f" # 查看块设备
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user