In awk, the built-in variable FS is
In awk, the built-in variable FS is
Which of the following file set in the current directory are identified by the r
Which of the following file set in the current directory are identified by the regular expression a?b*
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() { struct sockaddr_in addr; int fd; fd = socket(AF_UNIX,SOCK_STREAM,0); if…
Which command is used to assign read-write permission to the owner?
Which command is used to assign read-write permission to the owner?
Is page table per process entity?
Is page table per process entity?
What is the output of this program? #include #include #include sem_t st; void *f
What is the output of this program? #include #include #include sem_t st; void *fun_t(void *arg); void *fun_t(void *arg) { printf(“Linuxn”); pthread_exit(“Bye”); sem_post(&st); } int…
What does chmod +t do?
What does chmod +t do?
Which one of the following is not a system device?
Which one of the following is not a system device?
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 fd_server, fd_client, len, len_client; struct sockaddr_in add_server, add_client;…
dup2(1,0)
dup2(1,0)
Which of these is not a Unix Flavor?
Which of these is not a Unix Flavor?
How do you rename file “new” to file “old”?
How do you rename file “new” to file “old”?