1、問題 ll: command not found
2、解決方法
root@PC1:/etc# vim /etc/profile
在最下面增加命令別名, 然后保存退出。
3、重新加載profle文件
root@PC1:/etc# source /etc/profile
4、測試效果
root@PC1:/test# ll total 8 -rw-r--r-- 1 root root 21 10月 23 11:31 a.txt drwxr-xr-x 2 root root 4096 10月 23 11:32 test