4. Which of the following is a file extension that indicates the file type of application in a Windows
environment?
5. Which of the following values is the recommended maximum percentage of disk space you should use
for best reliability?
6. Which of the following commands should you use to delete files on a Linux system?
7. Which command should you use on a Linux system to find and print a list of files that begin with acctg
that have been modified in the last 10 days?
find -name acctg* -mtime -10 -print
find -name *acctg -mod 10 -print
search -name acctg* -mod 10 -print
search -name *acctg -mtime 10 -print
8. You manage a server that users store their document files on. You are finding that some users are
utilizing more space than they should with some very large files. What can you do to prevent users
from taking up too much space on the server?
set stricter share permissions
send a memo telling users to start storing
files on their local computer
delete files that are larger than 500 MB in
size.
9. If you analyze your disk and find that most of the files are stored contiguously on the disk, what
should you do?
run a disk fragmenting utility
implement disk repositioning
run a disk defragmenting utility
10. You find that disk operations on your server have gradually gotten slower. You look at the hard disk
light and it seems to be almost constantly active and the disk seems noisier than when you first
installed the system. What is the likely problem?
the disk spindles need to be greased
there are bad sectors on the disk
you have not implemented quotas
11. Which of the following is a method to defragment a hard disk?
backup the disk and do a full restore
restart the computer in the BIOS and reset
the BIOS to system defaults
copy the files to a server, reboot, and copy
the files back to the disk
delete all your applications and then re-
install them