Code snippets
str1="45678n"
str2="123n"
f1 = fopen(file1,RDWR,RWX)
f2 = fopen(file1,RDWR,RWX)
write(f1,str1,len_str1)
write(f2,str2,len_str2)
o/p:
a) 12378
b) 123(newline)8(newline)
c) 123(newline)78(newline)
d) 45678(newline)123(newline)
Submitted by: Murtazab) 123(newline)8(newline)
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. |