# USBメモリを別端末でマウントし，ファイルを開く
$ cat file
cat: file: Required key not available

# 別端末上でファイルを削除
$ rm file
rm: remove write-protected regular file 'file'? Y
rm: cannot remove 'file': Permission denied

# データを追加
$ echo addData >> file
-bash: file: Permission denied
