linux shell /bin/sh: 5: pushd: not found

左手的ㄟ右手 2022-08-06 04:12 159阅读 0赞

由于使用了/bin/sh 导致找不到pushd命令

切换回/bin/bash即可,但是我在shell中声明#!/bin/bash还是继续报错

看到一句解释如下:

This has to do with /bin/sh being linked to /bin/dash instead of /bin/bash in ubuntu’s latest releases. To fix it once and for all do the following:

使用下面的方法:

# rm -f /bin/sh

# ln -s /bin/bash /bin/sh

发表评论

表情:
评论列表 (有 0 条评论,159人围观)

还没有评论,来说两句吧...

相关阅读

    相关 pushd

    pushd  编辑 本词条缺少信息栏、名片图,补充相关内容使词条更完整,还能快速升级,赶紧来编辑吧! Pushd是Windows操作系统cmd下的一个命令,作用是保存