當檔案移動到 Windows 分割區時,存取權限會發生什麼變化

當檔案移動到 Windows 分割區時,存取權限會發生什麼變化

我是一名計算機科學專業的學生,在測試中遇到了這個問題。 Linux 檔案先移至針對 Windows 格式化的磁碟,然後移回 Linux 分割區後,將具有哪些存取權限。

有人可以解釋一下嗎?

答案1

通常,如果您在 root 使用者下建立了一個文字檔案。它將使用 rw 權限建立。移動到 Windows 並將其重新複製回 Linux 後不會變更屬性。

LS-LH將把權限列出為

-rw-r--r-- 1 root root 32 Oct 28 06:21 test.txt (both before and after)

相關內容