【问题标题】:Error:- bash: tart: command not found... Similar command is: 'tar'错误:-bash:tart:找不到命令...类似的命令是:'tar'
【发布时间】:2019-11-28 11:30:22
【问题描述】:

我使用过 Oracle Linux7.7 操作系统,并创建了名为 oracle 的用户,我的问题是,当我尝试使用登录时

$ su - oracle

进入成功登录后出现警告

Last login: Thu Nov 28 16:40:36 IST 2019 on pts/0
bash: tart: command not found...
Similar command is: 'tar'

如何解决?

【问题讨论】:

    标签: linux oracle tar su


    【解决方案1】:

    您使用了错误的命令 - 不应使用连字符。

    请使用以下命令使用 oracle 用户名登录:

    $ su oracle
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-02-21
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-02-18
      • 2016-03-24
      • 2016-07-12
      • 2016-11-02
      相关资源
      最近更新 更多