⟩ How to find out the dependency required for a package?
#rpm -qpR filename.rpm
Lists the dependency list of packages.
#rpm -qpR filename.rpm
Lists the dependency list of packages.
With the help of proc filesystem a) kernel and kernel modules can send the information to processes b) process information can be accessed c) both (a) and (b) d) none of the mentioned
Most files and directories within /proc are 0 bytes in size because a) proc filesystem exists only as a reflection of the in-memory kernel data structure b) these files contains very only one or two instructions c) both(a) and (b) d) none of the mentioned
Accessing the file /proc/meminfo gives the different result each time because a) memory usages is always fluctuating b) a new process id is assigned c) logical address is different from the physical address d) none of the mentioned
Proc files are a) read-only files b) read-write files c) both (a) and (b) d) none of the mentioned
The files of /proc directory are a) stored in secondary memory b) generated by the kernel c) both (a) and (b) d) none of the mentioned
The directory /proc/net contains information about a) different network system compiled into the system b) IP address of the system c) MAC address of the system d) none of the mentioned
The command "echo www.globalguideline.com > /proc/sys/kernel/hostname" will a) change the hostname b) print "www.globalguideline.com" c) do nothing d) none of the mentioned
Which file is used primarily for diagnosing memory fragmentation issues? a) /proc/buddyinfo b) /proc/meminfo c) /proc/apm d) none of the mentioned
Which file shows the parameter passed to kernel at the time of starting? a) /proc/apm b) /proc/cmdline c) both (a) and (b) d) none of the mentioned
For the system having one processor, the processor identifying number in the file /proc/cpuinfo is a) 0 b) 1 c) 2 d) 3