When should you update (touch) important files and scripts you have created?

What will be an ideal response?


On a Linux file system that's shared across a network, you should update (touch) important files and scripts you have created. Some systems administrators create scripts to delete files that haven't been modified in 90 days. This measure clears space in the file system but could delete a file you need. Make sure you use the touch command with important files periodically.

Computer Science & Information Technology

You might also like to view...

Describe what problem occurs in the following code. What modifications should be made to it to eliminate the problem?

``` int[] numbers = {3, 2, 3, 6, 9, 10, 12, 32, 3, 12, 6}; for (int count = 1; count <= numbers.length; count++) System.out.println(numbers[count]); ```

Computer Science & Information Technology

PowerPoint can animate up to ________ outline levels

Fill in the blank(s) with correct word

Computer Science & Information Technology

A technician plugged in an external HDD. A message appears and shows that the device can perform faster. Which of the following will cause this message?

A. The computer has USB 1.1 ports. B. The computer has USB 2.0 ports. C. The external HDD is using FireWire. D. The external HDD is using USB 1.1.

Computer Science & Information Technology

A solid line surrounds the Edge Animate composition placeholder.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology