⟩ What is the diff between ssh and telnet?
ssh is secured shell, allows the user to login remotely with more secured.
whereas telnet also same but authentications like passwords, transfers over a network as text mode. so it is not good to use.
ssh is secured shell, allows the user to login remotely with more secured.
whereas telnet also same but authentications like passwords, transfers over a network as text mode. so it is not good to use.
For the system having one processor, the processor identifying number in the file /proc/cpuinfo is a) 0 b) 1 c) 2 d) 3
The file /proc/execdomains lists the a) execution domains currently supported by the linux kernel b) all domains of all processes c) registered ISA DMA channel in use d) none of the mentioned
The file /proc/kcore displays a size of a) RAM b) RAM plus 4 KB c) RAM plus 8 KB d) none of the mentioned
The /sbin/sysctl command is used to a) view kernel settings in the /proc/sys/ directory b) set kernel settings in the /proc/sys/ directory c) automate kernel settings in the /proc/sys/ directory d) all of the mentioned
What is /proc/self? a) a directory b) link to the currently running process c) it allows a process to look itself without having to know its process ID d) all of the mentioned
The file /proc version shows the version of ______ used in the system. a) kernel b) gcc c) both (a) and (b) d) none of the mentioned
The file /proc/locks displays the file currently locked by the a) kernel b) user c) superuser d) none of the mentioned
/bin/dmesg picks the messages from a) /proc/kmesg b) /sbin/klogd c) both (a) and (b) d) none of the mentioned
Which file contains the boot options passed to the kernel? a) /proc/cmdline b) /proc/root c) /proc/boot d) none of the mentioned
Which one of the following file contains the environment for the process? a) /proc/[PID]/environ b) /proc/[PID]/env c) /proc/[PID]/path d) none of the mentioned