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.
Linuxでstripコマンドを使用してファイルのグループを削除しようとしました。ただし、次のエラーが発生します。
strip: files : could not create temporary file to hold stripped copy: No error
その後、コマンドは他のエラーなしで終了しました。ストリップにエラーがありますか、それともエラーがありませんか?エラーがある場合、どうすれば修正できますか?
現在の作業ディレクトリにファイルを作成する権限がないようです。そのためには、ユーザーアカウントにディレクトリへの書き込み権限が必要です。