seat 3. chapter 4 managing files Flashcards
Linux-native filesystems maintain three time stamps for every file and what are they?P187
last file modification time, last inode change time, last access time.
What is the command for “change only the access time”?P187
-a or –time=atime
What is the command for “change only the modification time”?P187
-m or –time=mtime
What is the command for “do not create file”?P187
-c or –no-create
What is the command for” set the time as specified”?P187
-t
What is the tar command for “creates an archive”?P188
–create
What is the tar command for” appends tar files to an archive”?P188
–concatenate
What is the tar command for “appends non-tar files to an archive”?P188
–append
What is the tar qualifier for “creates or extracts a multi-volume archive”?P189
–multi-volume
what is the tar qualifier for “preserves all protection information”?P189
–preserve-per-missions
What is the tar qualifier for”verifies the archive after writing it”?P189
–verify
What does the CPIO do?P191
copies files out of an archive or lists the archive contents.
The CPIO utility has how many operating modes and what are they?P191,192
3, copy-out mode, copy-in mode, copy-pass mode.
What is the option for use with cpio “appends data to an existing archive”?P192
–append
What is the option for use with cpio “replaces all files without first asking for verification”?P193
–unconditional