The ownership of the file doku.odt should be changed. The new owner is named tux. Which command accomplishes this change?
The ownership of the file doku.odt should be changed. The new owner is named tux. Which command accomplishes this change?
The correct command to change the ownership of a file in Unix-based systems is 'chown'. The syntax 'chown tux doku.odt' sets 'tux' as the new owner of the file 'doku.odt'. Other options either refer to incorrect commands or misuse the correct command.
C is the correct answer
Chown = change owner