What is stored in logfile as per below mentioned code if we execute ./a.out > logfile?
int main() {
int fd;
close(1);
fd = open("logfile",O_RDWR, 0744);
write(fd, "Hello", 5);
printf("Worldn");
return 0;
}
a) Hello
b) HelloWorld
c) World
d) None
Submitted by: Murtazab) HelloWorld
Submitted by: Murtaza
Submitted by: Murtaza
Read Online Linux OS Management Job Interview Questions And Answers
Top Linux OS Management Questions
☺ | Which option of rmdir command will remove all directories a, b, c if path is a/b/c: |
☺ | Which of the following time stamps need not exist for a file on traditional unix file system: |
☺ | When mv f1 f2 is executed which file\'s inode is freed? |
☺ | What is the default maximum number of processes that can exist in Linux? |
Top Linux OS Categories
☺ | Device Drivers Interview Questions. |
☺ | Linux OS Management Interview Questions. |
☺ | Linux Makefile Interview Questions. |
☺ | Linux Environment Interview Questions. |
☺ | Linux OS Shell Interview Questions. |