⟩ The directory /sys/block contains a) sub-directories for each block device b) symbolic link for each block device only c) device file for each block device only d) none of the mentioned
a) sub-directories for each block device
a) sub-directories for each block device
The command "make google" will a) create the executable if google.c file is present in the current directory b) create the object file named as google.o c) give an error d) none of the mentioned
If our makefile is named as "google", then which one of the following command will compile the code with this makefile a) make -a google b) make -f google c) make sanfoudry d) make
If we want to get the exit status that specified targets are up to date or not, we have to execute the make command with option a) -q b) -r c) -s d) -t
Which option of make command print the commands that would be executed, but do not execute them? a) -m b) -n c) -o c) -p
As we type "make" command on the terminal a) make reads the makefile in the current directory b) make reads the makefile in the parent directory c) make reads the makefile in the predefined environment variable d) none of the mentioned
If make command is executed as "make -j 2″, then a) two jobs will run simultaneously b) only two will be executed c) it will give an error d) none of the mentioned
The permission -rwxr-xr-t represented in octal expression will be a) 0777 b) 1755 c) 1754 d) 2754
With a umask value of 112, what is the default permission assigned to newly created regular file? a) -x-x-wx b) -rw-rw-r- c) -r-xr-x-r- d) -rw-rw-r-
Given the command $ chmod o-w datafile a) sets write permission to everyone for datafile b) sets write permission to others for datafile c) clears write permission to everyone for datafile d) clears write permission to others for datafile
Which make command option ignores all errors in commands executed to remark files? a) -i b) -j c) -k d) -l