原理:
ll命令是ls -l的别名,有些系统没有预设这个别名
解决方法:
-
vim ~/.bashrc
写入alias ll='ls -l'
source ~/.bashrc -
cd /usr/bin/
vim ll
写入alias ll='ls -l'
- 【解决方案】Error running,Command line is too long
- Pycharm读excel文件报错xlrd.biffh.XLRDError: Excel xlsx file not supported
- 题解 ARC140E【Not Equal Rectangle】
- mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION; ERROR 1410 (42000): You are not allowed to create a user with GRANT
- org.springframework.kafka.listener.ListenerExecutionFailedException: Listener method could not be invoked with the incoming message
- Oracle 19c 升级错误【verify_queryable_inventory returned ORA-20001: Latest xml inventory is not loaded into table】
- Flutter 项目运行到ios模拟器报错 : Error (Xcode): SDK does not contain 'libarclite'
- 解决TypeError: string indices must be integers, not str
- ROS2 删除一个工作空间文件夹,source后终端出现not found ...... local_setup.bash解决
- [Vue warn]: Component provided template option but runtime compilation is not supported in this build of Vue. Configure your bundler to alias "vue" to "vue/dist/vue.esm-bundler.js".
本栏目推荐文章