Người dùng có thể có quyền truy cập ghi vào tệp và không thể đọc được không? Làm thế nào là nó có thể?
Tôi đã thử các lệnh sau:
debianbox@debian:~/posix/io$ touch filetest
debianbox@debian:~/posix/io$ ls -l filetest
-rw-r--r-- 1 debianbox debianbox 0 14 oct. 03:10 filetest
debianbox@debian:~/posix/io$ echo "Hello World" > filetest
debianbox@debian:~/posix/io$ cat filetest
Hello World
debianbox@debian:~/posix/io$ chmod u-r filetest
debianbox@debian:~/posix/io$ cat filetest
cat: filetest: Permission forbidden
debianbox@debian:~/posix/io$
Như bạn có thể thấy ở đây, tôi đã viết nhưng không đọc quyền truy cập vào tập tin này. Làm thế nào điều này có thể có thể? Đây có được coi là một lỗi không? Nếu không, trong tình huống này sẽ hữu ích?