-->
当前位置:首页 > Luz 第6020页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

单选题:The symbol “volatile” in the Linux kernel source codes means__.

Luz5年前 (2021-05-10)656
The symbol “volatile” in the Linux kernel source codes means__. @[A](1) A. to tell the compiler that the variables…

单选题:The task_interruptible state of a process means that ___.

Luz5年前 (2021-05-10)572
The task_interruptible state of a process means that ___. @[B](1) A. The process is blocked and cannot be waken up…

单选题:When we first open a file in Linux system, which file content is

Luz5年前 (2021-05-10)720
When we first open a file in Linux system, which file content is read into the memory?@[C](1)A. MBR B. super block C.…

单选题:When one task_struct's state field is equal to TASK_UNINTERRUPTI

Luz5年前 (2021-05-10)587
When one task_struct's state field is equal to TASK_UNINTERRUPTIBLE, it means that __________.@[C](1)A. this task canno…

单选题:We can modify the file __,to configure the filesystems that wil

Luz5年前 (2021-05-10)534
We can modify the file __,to configure the filesystems that will be mounted automatically when boot?@[C](1)A. /etc/mta…

单选题:Which is the first filesystem mounted by the kernel?

Luz5年前 (2021-05-10)522
Which is the first filesystem mounted by the kernel?@[A](1)A. rootfsB. ext2C. ext4D. vfatA.rootfsB.ext2C.ext4D.vfat答…

单选题:Which field in the task_struct contains the filesystem informati

Luz5年前 (2021-05-10)626
Which field in the task_struct contains the filesystem information? @[B](1)A. struct files_struct *filesB. struct fs_s…

单选题:Which control register contains the address causing page fault?

Luz5年前 (2021-05-10)554
Which control register contains the address causing page fault?@[B](1)A. CR1B. CR2C. CR3D. CR4A.CR1B.CR2C.CR3D.CR4答案…

单选题:Which of the following fields of struct inode describes the numb

Luz5年前 (2021-05-10)573
Which of the following fields of struct inode describes the number of different processes using one same file?@[A](1)A.…

单选题:Which of the following fields of struct ext2_inode points to the

Luz5年前 (2021-05-10)724
Which of the following fields of struct ext2_inode points to the actual file content (not metadata)?@[C](1)A. __u32 i_b…