Alpine Linux ll not found 解决方法
Alpine Linux About 167 words错误提示
localhost:~# ll
-ash: ll: not found
解决方法
Alpine Linux开启Shell窗口后会默认执行.profile文件(其他Linux系统会执行.bashrc、.bash_profile等)。
在~/目录下新建.profile文件,输入以下内容:
alias ll='ls -laF'
Views: 3,603 · Posted: 2022-08-01
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb/LiteNote扫描下方二维码关注公众号和小程序↓↓↓
Loading...