
我的主目錄中有一個空文件,當我運行時nano temp4
它給出錯誤Received SIGHUP or SIGTERM
並且不打開該文件
@archlinux ➜ ~ ᐅ nano temp4
Received SIGHUP or SIGTERM
@archlinux ➜ ~ ᐅ l temp4
-rw-r--r-- 1 edward edward 0 May 17 16:04 temp4
@archlinux ➜ ~ ᐅ file temp4
temp4: empty
可能是什麼原因?最近許多其他文件經常發生這種情況。
然而echo > temp4
,我可以透過運行然後用nano打開來解決問題
(我正在運行 Arch Linux.nano 2.5.3)