gha*_*sen -1 shell command ubuntu-12.04
我正在使用 ubuntu 服务器 12.04 lts。我正在寻找 linux 命令的可执行文件,source
我在 /bin 、 /usr/bin 、 /usr/sbin 、 /usr/local/bin 中找不到。我用whereis source
它给了我source:
,但我需要这个命令的路径。有人知道在哪里可以找到它吗?
您将找不到二进制可执行文件,因为它source
是内置的 Bash 命令。为什么你还需要二进制文件?