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.
私がそうするとします:
with open("temp.txt", "w" as f): while True: f.write(1)
ディスク容量を完全に使い切ってしまうとどうなりますか? 以前に質問された可能性のある問題のようですが、残念ながら何も見つかりませんでした。ありがとう...
それが問題になる場合に備えて、私はubuntuを使用しています。