为啥我执行source,提示不是命令呢?

来源:9-3 别名与快捷键

imoon468499

2017-03-25 16:53

为啥我执行source,提示不是命令呢?

写回答 关注

3回答

  • 吃藕丑3
    2018-09-17 16:19:25

    你是怎么执行的呀?能发出来吗?

  • 慕哥5481368
    2017-10-20 00:35:35

    [root@localhost tmp]# source .bashrc

    bash: .bashrc: No such file or directory

    [root@localhost tmp]# source /root/.bashrc

    bash: .bashrc: command not found

    [root@localhost tmp]# ^C

    [root@localhost tmp]# 


  • 小白羊fight
    2017-03-27 10:26:50

    souse是bash的内置命令

Linux达人养成计划 I

Linux入门视频教程,以通俗易懂的语言带你感受linux之美

399344 学习 · 3791 问题

查看课程

相似问题