| 51. |
Which option is used with rm command for interactive deletion?
|
||||||||
|
Answer:
Option (a) |
| 52. |
If we wish to delete a remove a file forcefully. we can use ____ option with rm command.
|
||||||||
|
Answer:
Option (d) |
| 53. |
Which command is used for renaming files?
|
||||||||
|
Answer:
Option (b) |
| 54. |
What if the destination file specified in mv command already exists?
|
||||||||
|
Answer:
Option (c) |
| 55. |
Which command is used for comparing two files?
|
||||||||
|
Answer:
Option (a) |
| 56. |
What is the exit status of cmp command if both the files are identical?
|
||||||||
|
Answer:
Option (a) |
| 57. |
Which option is used with cmp command to limit the number of bytes to be compared?
|
||||||||
|
Answer:
Option (a) |
| 58. |
How can we skip some initial bytes from both the files to be compared?
|
||||||||
|
Answer:
Option (d) |
| 59. |
Which command compares two sorted files line by line?
|
||||||||
|
Answer:
Option (c) |
| 60. |
What will be the command if we want to suppress column 1 and column 2 in the output of comm Command?
|
||||||||
|
Answer:
Option (a) |