User’s Primary Group id is listed in which file, at the time of creation of the
User’s Primary Group id is listed in which file, at the time of creation of the user (On a standard Unix system)
What is the output of this program? #include #include #include #include #include
What is the output of this program? #include #include #include #include #include int main() { int s_id; s_id = shm_open(“shared_memory”,O_TRUNC,0666); if(s_id == -1) perror(“shm_openn”);…
fc stands for
fc stands for
What is the output of this program? #!/bin/bash hello_var=10 echo “the value of
What is the output of this program? #!/bin/bash hello_var=10 echo “the value of “hello_var”” is $hello_var”” exit 0″
In linux filesystem, the passwords of different users are stored in
In linux filesystem, the passwords of different users are stored in
What would be the current working directory at the end of the following command
What would be the current working directory at the end of the following command sequence? $ pwd /home/user1/proj $ cd src $ cd generic…
What is /proc/[PID]/root?
What is /proc/[PID]/root?
The execution of the program in GDB can be affected by
The execution of the program in GDB can be affected by
What is the main role of the regular files in the sysfs?
What is the main role of the regular files in the sysfs?
By default the GDB automatically executes the command from its
By default the GDB automatically executes the command from its
Which of the following command provides the list of the functions defined in the
Which of the following command provides the list of the functions defined in the login session?
At the time of debugging with GDB, if we just press ENTER
At the time of debugging with GDB, if we just press ENTER
