a) two jobs will run simultaneously
a) makefile describes to the make command that how to compile the program
4. Binary or executable files are:
a) regular files
b) device files
c) special files
d) directory files?
a) Regular files
d) None of the given choices
a) will set the suid bit of a.out
d) set the sticky bit
d) The command results in adding execute permission for all users (i.e., user,group & others)
b. chmod u+x project1
c) chmod u=rw file
d) clears write permission to others for datafile
15. The permission -rwxr-xr-t represented in octal expression will be:
a) 0777
b) 1755
c) 1754
d) 2754
b) 1755
a) make reads the makefile in the current directory
a) create the executable if google.c file is present in the current directory
c) first target whose name does not starts with "."
a) the target which is not a filename
c) both (a) and (b)
d) none of the mentioned
c) both (a) and (b)