A.VolumeGroup>PhysicalVolume>LogicalVolume>Filesystem
B.PhysicalVolume>VolumeGroup>LogicalVolume>Filesystem
C.VolumeGroup>PhysicalVolume>Filesystem>LogicalVolume
D.PhysicalVolume>VolumeGroup>Filesystem>LogicalVolume
第1题:
YouareimplementinganASP.NETapplicationthatusesLINQtoEntitiestoaccessandupdatethedatabase.TheapplicationincludesthefollowingmethodtoupdateadetachedentityoftypePerson.YouneedtoimplementtheUpdatePersonmethodtoupdatethedatabaserowthatcorrespondstothepersonToEditobject.Whichcodesegmentshouldyouuse?()

A._entities.People.Attach(personToEdit);_entities.ObjectStateManager.ChangeObjectState(personToEdit,EntityState.Modified);_entities.SaveChanges();
B._entities.ObjectStateManager.ChangeObjectState(personToEdit,EntityState.Added);_entities.SaveChanges();
C._entities.People.ApplyCurrentValues(personToEdit);_entities.SaveChanges();
D._entities.People.Attach(newPerson(){Id=personToEdit.Id});_entities.ObjectStateManager.ChangeObjectState(personToEdit,EntityState.Modified);_entities.SaveChanges();
第2题:
移除LVM 1)先卸载系统上面的 LVM 磁区; 2)使用 lvremove 移除 LV ; 3)使用 vgchange -a n VGname 让 VGname 这个 VG 不具有 Active 的标志; 4)使用 vgremove 移除 VG: 5)使用 pvremove 移除 PV;
第3题:
能够动态调整分区大小的技术是()
A.fdisk
B.RAID0
C.RAID5
D.LVM
第4题:
A.The snapshot size will continue to grow as changes to the volume are made
B.The snapshots take a significant amount of disk space as they are a duplicate copy of the data
C.The system can only support one snapshot per volume, and you need to remove it to be able to take your next backup
D.The system keeps a copy of changes in memory and can cause an out of memory event
第5题:
要查找成绩≥80 且≤90 的学生,“成绩”列的条件行应表达为()。
A.Between 80 And 90
B.Between 80 To 90
C.Between 79 And 91
D.Between 79 To 91
第6题:
格式化逻辑卷cklv,新建目录/mnt/lvm,并将cklv挂载到/mnt/lvm