Prepare for your Linux certification with these file ownership questions. This guide covers chmod, chown, permission bits, and user/group management.

Q: Which Linux command is used to display the current working directory?

Answer: pwd

Q: Which Linux command is used to display a listing of all files and subdirectories in the current directory?

Answer: ls

Q: Which Linux command is used to navigate between directories?

Answer: cd

Q: Which Linux commands is used to copy and move data?

Answer: cp and mv

Q: Which Linux commands is used to delete data?

Answer: rm

Q: Which Linux commands is used to view the contents of files?

Answer: cat, more, and less

Q: Which Linux commands is used to edit a text file?

Answer: I, S, or Insert, while holding down Insert.

Q: Which Linux commands is used to manage file and folder ownership and permissions?

Answer: chown, chmod and chgrp

Q: Which Linux commands is used to power off the system?

Answer: shutdown