如果用户主页中存在';bin';,则将其添加到路径中。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如果用户主页中存在';bin';,则将其添加到路径中。相关的知识,希望对你有一定的参考价值。

Put this line in your .bashrc.
If the user has a directory named 'bin' then that will be added to the PATH.
All scripts in that path (wich are executable) will be available as commands to that user.
  1. # enable bin diretory in PATH when found
  2. if [ -a ~/bin ]; then
  3. PATH=$PATH:~/bin
  4. fi

以上是关于如果用户主页中存在';bin';,则将其添加到路径中。的主要内容,如果未能解决你的问题,请参考以下文章

';未初始化的常量Gem::GemRunner';

在书签上运行';链接检查';,共2个

重定向所有用户以访问不带';www.';前缀的网站

Android:使用SharedPreferences保存和恢复';用户首选项';值

Ping随机IP以查看是否存在&ŧ039;的连接

按用户列出的SVN日志