Write the command to display the current date in the form dd/mm/yyyy.
Write the command to display the current date in the form dd/mm/yyyy.
What is job number?
What is job number?
The object file contains the
The object file contains the
What is the output of this program? #include #include int main() { int fd, count
What is the output of this program? #include #include int main() { int fd, count; fd = open(“demo.txt”,O_WRONLY|O_CREAT); count = write(fd,”Linux System Programming”,5); if(count…
Inside GDB, a program may stop because of
Inside GDB, a program may stop because of
x86 architecture uses big endian or little endian addressing mechanism?
x86 architecture uses big endian or little endian addressing mechanism?
All device files are stored in which directory?
All device files are stored in which directory?
The -fPIC option of gcc
The -fPIC option of gcc
What is the output of this program? #include #include #include void *fun_t(void
What is the output of this program? #include #include #include void *fun_t(void *arg); void *fun_t(void *arg) { sem_post(&st); pthread_exit(“Bye”); } int main() { pthread_t…
Which command creates an empty file if file does not exist?
Which command creates an empty file if file does not exist?
Sysfs represents the
Sysfs represents the
GDB stands for
GDB stands for