⟩ cat < file1 >> file2 | file3 a) file1 content will be appended to file2 and finally stored in file3 b) file1 content will be appended to file2 and file3 will be ignored c) file2 and file3 will have same content d) syntax error
d) syntax error
d) syntax error
How to create swap partition after OS installation?
How to find out the dependency required for a package?
What does exec family return?
What do fork() internally call?
How to create secured appeche web sever?
What is stored at /lib/modules?
What is stored in /proc?
What kind of information the Linux driver modules (.ko ) files has?
What is the diff between ext3 and ext2 File system?
How to use resize2fs, what is the purpose?