mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-04-02 02:50:11 +08:00
校对完毕
校对完毕
This commit is contained in:
parent
b92194ae44
commit
34382d6969
@ -21,13 +21,13 @@ alias rm='rm -i'
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
别名命令将确定 rm 现在已经成为了别名:
|
** alias ** 命令将确定 **rm** 现在已经成为了别名:
|
||||||
|
|
||||||
[
|
[
|
||||||

|

|
||||||
][3]
|
][3]
|
||||||
|
|
||||||
增加 rm 别名的命令
|
*增加 rm 别名的命令*
|
||||||
|
|
||||||
然而,这只能在当前用户的当前 shell 上有效。为了永久改变,你必须像下面展示的这样把它保存到 '~/.bashrc' 中(一些版本的 Linux 系统可能是 '~/.profile')。
|
然而,这只能在当前用户的当前 shell 上有效。为了永久改变,你必须像下面展示的这样把它保存到 '~/.bashrc' 中(一些版本的 Linux 系统可能是 '~/.profile')。
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ alias rm='rm -i'
|
|||||||

|

|
||||||
][2]
|
][2]
|
||||||
|
|
||||||
在 Linux 中永久增添别名
|
*在 Linux 中永久增添别名*
|
||||||
|
|
||||||
为了让 '~/.bashrc'(或 '~/.profile')中所做的改变立即生效,从当前 shell 中运行文件:
|
为了让 '~/.bashrc'(或 '~/.profile')中所做的改变立即生效,从当前 shell 中运行文件:
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ alias rm='rm -i'
|
|||||||

|

|
||||||
][1]
|
][1]
|
||||||
|
|
||||||
在 Linux 中激活别名
|
*在 Linux 中激活别名*
|
||||||
|
|
||||||
### 取证工具 - Foremost
|
### 取证工具 - Foremost
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user