WhichofthefollowingproceduresWILLNOTincreasecontiguousfreespaceonathefilesystem/data1,locatedon/dev/lv01,thatisheavilyfragmented?() A.Rundefragfs-r/data1;defragfs/data1B.Rundefragfs-r/dev/lv01;defragfs/dev/lv01C.Backupthefilesystembyname,unmountthefilesystem,recreatethefilesystembyrunningmkfs/dev/lv01,andrestoringthedatafromthebackup.D.Backupthefilesystembyinode,unmountthefilesystem,recreatethefilesystembyrunningmkfs/dev/lv01,andrestoringthedatafromthebackup.
WhichofthefollowingproceduresWILLNOTincreasecontiguousfreespaceonathefilesystem/data1,locatedon/dev/lv01,thatisheavilyfragmented?()
A.Rundefragfs-r/data1;defragfs/data1
B.Rundefragfs-r/dev/lv01;defragfs/dev/lv01
C.Backupthefilesystembyname,unmountthefilesystem,recreatethefilesystembyrunningmkfs/dev/lv01,andrestoringthedatafromthebackup.
D.Backupthefilesystembyinode,unmountthefilesystem,recreatethefilesystembyrunningmkfs/dev/lv01,andrestoringthedatafromthebackup.
相关考题:
● 已知有变量 data1 定义如下:union data{ int i;char ch;float f;} data1;则变量 data1 所占的内存存储空间可表示为 (57) 。(57)A. sizeof(int)B. sizeof(char)C. sizeof(float)D. sizeof(int)+sizeof(char)+sizeof(float)
2、你已经使用read.csv()命令打开了一个数据文件,并命名为data1,现在你想在R中打开data1,应该使用的命令 是_____。A.view(data1)B.head(data1)C.rm(data1)D.library(data1)
阅读下列代码,该模块的功能是()。 module comp_2(data0,data1,gt,eq,lt); parameter N=8; input [N-1:0] data0,data1; output reg gt,eq,lt; always@(*) beign gt=0; eq=0; lt=0; if(data0>data1) gt=1; if(data0==data1) eq=1; if(data0<data1) lt=1; endA.编码器B.二-十进制译码器C.数据比较器D.数据选择器
你已经使用read.csv()命令打开了一个数据文件,并命名为data1,现在你想在R中打开data1,应该使用的命令 是_____。A.view(data1)B.head(data1)C.rm(data1)D.library(data1)
1、将光盘/dev/hdc 卸载的命令是A.umount /dev/hdcB.unmount /dev/hdcC.umount /mnt/cdrom /dev/hdcD.unmount /mnt/cdrom /dev/hdc