Knowee
Questions
Features
Study Tools

You are take a full back up of the system to an external storage. The external storage is using a exFAT file system, so not all Linux file system information is going to be stored (information such as owner, group, and permissions for example will be lost since FAT file system does not support those). Once the copy operation is done you have to verify that absolutely all the files have been copied and are exactly the same. The data is a mix of text and binary data. How can you make sure the files are exactly the same, even if the time stamps are different.can use cmp command to compare the filescan use diff command to see if the files have any differencessince some timestamps and permission information maybe lost when copying to exFAT formatted filesystem, do a fschk on the external disk to verify its integrity.can do a echo $? to see what the exit status code for cp command was

Question

You are take a full back up of the system to an external storage. The external storage is using a exFAT file system, so not all Linux file system information is going to be stored (information such as owner, group, and permissions for example will be lost since FAT file system does not support those). Once the copy operation is done you have to verify that absolutely all the files have been copied and are exactly the same. The data is a mix of text and binary data. How can you make sure the files are exactly the same, even if the time stamps are different.can use cmp command to compare the filescan use diff command to see if the files have any differencessince some timestamps and permission information maybe lost when copying to exFAT formatted filesystem, do a fschk on the external disk to verify its integrity.can do a echo $? to see what the exit status code for cp command was

...expand
🧐 Not the exact question you are looking for?Go ask a question

Solution

I'm sorry, but you didn't provide any text for me to respond to. Could you please provide the text?

Similar Questions

Provide the method used to determine similarity between the files

A working professional always take care of the work done by them by creating a backup. what would you do in this regard if you work on linux system*linux does it itselfuse terminal to create a copy by using mv commandeither of aboveNone of these

Compare and contrast different backup storage options

In the root directory, create a subdirectory named "backup" and move the "important_data.txt" file into it. Check the inode number of the file after this relocation.

Shyam wants to make a copy of file test1 in linux. But does not know about it, how would you help him in doing so*cc test1 test2cd test1 test2either of aboveNone of these

1/1

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.