What are quota soft limits and hard limits? What happens if they are exceeded?

What will be an ideal response?


The soft limits indicate a quota that the user cannot permanently exceed. The hard limits indicate a boundary beyond which no more space or inodes can be used.
If users move beyond the soft limit, they have a fixed time available (a grace period) to free up space by deleting files or blocks.
If users exceed the grace period, they cannot create any new files until they delete enough files to get below the soft limit.

Computer Science & Information Technology

You might also like to view...

Write a general rotate method that takes the degrees to rotate the current Picture object and returns a new Picture object. Use the AffineTransform.rotate(double radians) method to do this. You will need to use the general Math.toRadians(int degrees) method to translate the degrees to radians.

What will be an ideal response?

Computer Science & Information Technology

As the chief designer of a new virtual memory system you have been given the choice of implementing either paging or segmentation, but not both. Which would you choose? Why?

What will be an ideal response?

Computer Science & Information Technology

The ____ criteria filter requires the records displayed to have the current date.

A. Current Date B. This Date C. This D. Today

Computer Science & Information Technology

The SCM describes the development of a system from the time it is first studied until the time it is updated or replaced.

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

Computer Science & Information Technology