Unix programming

123456789101112131415
Across
  1. 1. The option -i used with grep command ignores case for?
  2. 3. operator to temporarily save the out and use it as an input in the next command
  3. 6. To start using chown command, we first execute this command that prompts # on the command prompt
  4. 9. The first character in the attribute of this file type is a - .
  5. 10. $ls[!A-Z]?? matches filename with these many characters
  6. 11. file that contains set of instructions which are performed when a user logs in
  7. 13. increments by one each time an instance of bash is created
  8. 14. wild card set of shell, used to match any number of strings
Down
  1. 2. command used to display end of the file
  2. 4. Standard stream 2 in context of redirection denotes
  3. 5. $ls.???* lists these type of files in your directory.
  4. 6. while using ls chap? command, it replaces these many characters?
  5. 7. the seventh field of /etc/password is
  6. 8. command used to have a two way communication
  7. 10. command used to save the standard output in a file as well as display on terminal
  8. 12. alter the file permission
  9. 15. the action carried out using two greater than symbols (>>)