asked 70.4k views
5 votes
Which of the following statement is true? A) The cp command will preserve the meta data of the file B) The sort command by default sorts in the numeric order C) The mv command will preserve the meta data of the file D) _______

1) The cp command will preserve the meta data of the file
2) The sort command by default sorts in the numeric order
3) The mv command will preserve the meta data of the file
4) Cannot be determined

1 Answer

4 votes

Final answer:

The mv command will preserve the meta data of the file.

Step-by-step explanation:

The correct statement is option C) The mv command will preserve the meta data of the file.

The mv command in Linux is used to rename or move files and directories. When you use the mv command to move a file, the metadata or attributes of the file, such as its permissions, timestamps, and ownership, are preserved.

For example, if you use the mv command to move a file from one directory to another, the file will maintain its original permissions and timestamps in the new location.

answered
User Dofine
by
8.3k points