What is /bin/sh ?
What is /bin/sh ?
The user can define a command for GDB with the command
The user can define a command for GDB with the command
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_mem”,O_CREAT|O_RDWR,0666); if(s_id != EACCES) perror(“Permission…
On Linux, initrd is a file
On Linux, initrd is a file
A server which is handling one client at a time is called as
A server which is handling one client at a time is called as
Which one of the following is not a valid makefile directive?
Which one of the following is not a valid makefile directive?
Which of the following represents an absolute path?
Which of the following represents an absolute path?
Which command is used to delete the character before the cursor location in vi e
Which command is used to delete the character before the cursor location in vi editor?
This program will print the #include #include int main() { long int value; value
This program will print the #include #include int main() { long int value; value = sysconf(_SC_OPEN_MAX); printf(“%ldn”,value); return 0; }
In sysfs, each represented bus type has two directories named as
In sysfs, each represented bus type has two directories named as
Single user mode shell runs as
Single user mode shell runs as
Which of the following files need to be referred for user’s secondary group?
Which of the following files need to be referred for user’s secondary group?