header bg

Scan QR code or get instant email to install app

Question:

You should use which of the following commands to modify the ownership of pre-owned files on the Linux server to a new user?

A chown
explanation

In Linux, the chown (change owner) command is used to modify file ownership. To change the owner of a file, use the syntax chown owner-name filename. The chmod (change mode) command is used to change the mode of a file, which determines who has access to it. The cat command is a powerful tool for viewing file contents, creating new files, and concatenating (joining) files. To copy files, use the cp command.

Related Information