logo

CuriousTab

CuriousTab

Discussion


Home Computer Science Unix Comments

  • Question
  • While working with mail command, which command is used to save mail in a separate file?


  • Options
  • A. s
  • B. r
  • C. w
  • D. d
  • E. None of the above

  • Correct Answer



  • Unix problems


    Search Results


    • 1. Which command is used to remove a file?

    • Options
    • A. remove
    • B. rm
    • C. mv
    • D. del
    • E. None of the above
    • Discuss
    • 2. Which of the following commands is used to display the directory attributes rather than its contents?

    • Options
    • A. ls -l -d
    • B. ls -l
    • C. ls -x
    • D. ls -F
    • E. None of the above
    • Discuss
    • 3. Which command is used to display and create files?

    • Options
    • A. cat
    • B. vi
    • C. ed
    • D. lyrix
    • E. None of the above
    • Discuss
    • 4. Which command is used to copy all files having the string chap and any two characters after that to the progs directory?

    • Options
    • A. cp chap?? progs
    • B. cp chap* progs
    • C. cp chap[12] /progs/*.*
    • D. cp chap?? /progs/*
    • E. None of the above
    • Discuss
    • 5. Which command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters?

    • Options
    • A. cat emp[!0-9]
    • B. more [emp][!0-9]
    • C. cat emp[x-z]
    • D. cat emp[a-z]
    • E. None of the above
    • Discuss
    • 6. The cp command uses:

    • Options
    • A. standard input file
    • B. standard output file
    • C. both input and output file
    • D. neither standard input nor standard output file
    • E. None of the above
    • Discuss
    • 7. Which of the following is not a communication command.

    • Options
    • A. write
    • B. mesg
    • C. mail
    • D. grep
    • E. None of the above
    • Discuss
    • 8. Which command is used to display the characteristics of a process?

    • Options
    • A. pid
    • B. du
    • C. ps
    • D. au
    • E. None of the above
    • Discuss
    • 9. Which command will be used with vi editor to insert text to left of cursor?

    • Options
    • A. s
    • B. S
    • C. a
    • D. i
    • E. None of the above
    • Discuss
    • 10. Which command is used to make all files and sub-directories in the directory (progs) executable by all users?

    • Options
    • A. chmod -R a+x progs
    • B. chmod -R 222 progs
    • C. chmod -1 a+x progs
    • D. chmod -x a+x progs
    • E. None of the above
    • Discuss


    Comments

    There are no comments.

Enter a new Comment