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 で「一時」ディレクトリを見つけるにはどうすればよいですか?
GetTempPath は、Windows の一時フォルダー パスを返します。Linux で一時フォルダーのパスを取得する同等のコマンドはありますか?
Linux では、2 つの固定された場所があります: /tmp- 再起動時にワイプされ、 - ワイプされ/var/tmpません。TMP一部のアプリケーションは、環境変数も尊重します。コマンドも参照してくださいmktemp。
/tmp
/var/tmp
TMP
mktemp