• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/22

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

22 Cards in this Set

  • Front
  • Back
Which command manages the /devices & /dev directories?

1. prtconf
2. sysdef
3. dmesg
4. devfsadm
4. devfsadm
Which commands will provide disk partitioning information?
(choose all that apply)

1. format
2. prtvtoc
3. prtconf
4. devinfo
1. format
2. prtvtoc
4. devinfo
When using format, how many slices can be created?

Which slice is typically reserved for the entire disk?
8 slices can be created (0-7)...however, slice #2 is typically reserved for the entire disk
Match the type of device with the disk-based file system:

Devices:
1. hard disks
2. CD-ROMs
3. floppy disks / diskettes
4. DVD-ROMs

Filesystems:
A. UDF
B. UFS
C. HSFS
D. PCFS
1. -> B
2. -> C
3. -> D
4. -> A
The ________ contains information about the file system, including size parameters. The ________ contains information about files (except filename).

1. superblock, boot block
2. inodes, data blocks
3. data blocks, superblock
4. superblock, inodes
4. superblock, inodes
Which file systems generally reside in memory, not on hard disk space?

1. NFS
2. local
3. pseudo
4. UFS
3. pseudo
NFS is a ____________.

1. local file system on local media, like hard disks or CD-ROMs.
2. distributed file system accessed over the network.
3. pseudo file system
4. memory based file system
2. distributed file system accessed over the network.
Which of the following pseudo file systems do use hard disk space?

1. CacheFS
2. MNTFS
3. TMPFS
4. PROCFS
1. CacheFS

&

3. TMPFS
If your system runs low on physical memory, the kernel can use this type file system as virtual memory.

1. CacheFS
2. SWAPFS
3. MNTFS
4. LOFS
2. SWAPFS

It uses swap space located in a SWAPFS file system.
What does PROCFS maintain?

1. list of active processes
2. list of failed processes
3. swap space for processes
4. a loopback filesystem
1. list of active processes
What command would be used to create a UFS file system?
(choose all that apply)

1. ufsmk
2. mkfs
3. newfs
4. fsmk
2. mkfs

&

3. newfs
What command is used to check filesystem consistency and can be used to repair problems it finds?
fsck
What file in /etc keeps track of all file systems mounted on the computer?

1. vfstab
2. format
3. mount
4. mnttab
4. mnttab
What file is used to tell Solaris which file system s to mount automatically at boot?
/etc/vfstab
What command would you use to have the OS check for a floopy disk after it's inserted?

1. volcheck
2. fdformat
3. fdcheck
4. mountfd
1. volcheck
You've mounted a CD-ROM, what is the base directory?

1. /rmdisk
2. /pcmem
3. /dev/cdrom0
4. /cdrom
4. /cdrom
Which is correct in creating a UFS filesystem?

1. newfs /dev/rdsk/c0t0d0s4
2. newfs /dev/dsk/c0t0d0s4
1. newfs /dev/rdsk/c0t0d0s4

newfs requires a raw device not a block device name
Which does the mount command use?

1. raw device name
2. block device name
2. block device name

(ie /dev/dsk/c0t0d0s4)
The umountall command unmounts all the filesystems:

1. in /etc/fstab
2. in /etc/vfstab
3. in /etc/mnttab
4. all mounted on the server
2. in /etc/vfstab
When unmounting a filesystem using umount or unmountall, what argument will allow a busy filesystem to be unmounted?

1. -a
2. -all
3. -x
4. -f
4. -f

force option
What "new" Solaris 9 command allows you to format removable re-writable media?

1. dfformat
2. formatd
3. rmformat
4. rrmformat
3. rmformat

The rmformat command replaces the old fdformat from prior Solaris versions.
What is the volume management daemon that will automatically mount removable media?

1. vold
2. vmd
3. volmgt
4. there is no such daemon
1. vold