Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RVMをインストールしていて、行を追加しました
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
私の.bashrcファイルに。
RVM は正常に動作するようになりましたが、次のメッセージがあります
find: cannot stat current directory: Permission denied
各 RVM コマンドの後。どうすれば修正できますか?
あなたの質問にはあなたに答えを与えるのに十分な情報がありません。findの現在のディレクトリが読み取れません。なんで?追加する必要があります
set -x
スクリプトに移動すると、どのディレクトリでfindが実行を試みているかがわかります。さらに何をしなければならないかを言うことができます。