Linux Essentials (010-160) — Question 47

What is true about the owner of a file?

Answer options

Correct answer: A

Explanation

Statement A is correct because every file in a filesystem is linked to a single user and group for ownership. Statement B is incorrect as the owner may not always have full permissions due to permission settings. Statement C is false since a user can own files without being a member of the group. Statement D is misleading as files may remain after a user is deleted, depending on system settings. Statement E is wrong because file ownership can be changed using commands like 'chown'.