「Linux」エイリアスコマンドを設定する方法

2021年4月16日

書式
alias エイリアス名 ="コマンド"
使用例
# ls -la
合計 44
dr-xr-x—. 5 root root 250 4月 15 23:37 .
dr-xr-xr-x. 17 root root 224 3月 29 12:06 ..
-rw——-. 1 root root 4094 4月 16 00:02 .bash_history
エイリアスを設定
# alias lsa="ls -la"

動作確認
# lsa
合計 44
dr-xr-x—. 5 root root 250 4月 15 23:37 .
dr-xr-xr-x. 17 root root 224 3月 29 12:06 ..
-rw——-. 1 root root 4094 4月 16 00:02 .bash_history
-rw-r–r–. 1 root root 18 5月 11 2019 .bash_logout

Linux

Posted by arkgame