ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 291 - XK0-005 discussion

Report
Export

overwrite any existing files. Which of the following commands would indicate that the file already exists?

A.
mv -i filename /tmp/backup
Answers
A.
mv -i filename /tmp/backup
B.
mv -b filename /tmp/backup
Answers
B.
mv -b filename /tmp/backup
C.
mv -n filename /tmp/backup
Answers
C.
mv -n filename /tmp/backup
D.
mv -f filename /tmp/backup
Answers
D.
mv -f filename /tmp/backup
Suggested answer: A

Explanation:

The -i option stands for 'interactive' and it prompts before overwriting any existing files. This ensures that no existing files are accidentally overwritten during the move operation.

asked 02/10/2024
Kelvin Ogwu
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first