How does a Delphi user manage their disk space?
Each user account is established with a work space call their Home Directory. This space is allocated by the user’s User Id, a disk path, and a user group. Each home directory is initially given a space of ten (10) megabytes of disk. Each user is responsible for managing their own space by removing files when no longer needed. quota = is a Unix command that will inform the user of how much space they have ls = (List) is a Unix command that will list all the files within their directory. rm = (Remove) is a Unix command that will remove un-needed files.