Q. A file x is created with the following contentsecho today is: dateIf you type x.then (Solved)
1. it echoes the message. followed by date.
2. it gives the desired output only if the execute permission of file x is set.
3. the desired output can be got by the command sh x. which works even if x has its execute permission not set.
4. both (b) and ©
- d. both (b) and ©