A. B. C. D. E.: Answer: Explanation
A. B. C. D. E.: Answer: Explanation
1. Which symbol will be used with grep command to match the pattern pat at the beginning of a
line?
A. ^pat
B. $pat
C. pat$
D. pat^
2. Which command is used to sort the lines of data in a file in reverse order
A. sort
B. sh
C. st
D. sort -r
B. head
C. more
D. grep
B. cp chap* progs
C. cp chap[12] /progs/*.*
D. cp chap?? /progs/*
5. Which command is used to change protection mode of files starting with the string emp and
ending with 1,2, or 3?
A. chmod u+x emp[1-3]
B. rmdir
C. dldir
D. rdir
7. Which of the following keys is used to replace a single character with new text?
A. S
B. s
C. r
D. C
B. cut
C. grep
D. paste
9. Which command sends the word count of the file infile to the newfile.
A. wc infile >newfile
B. wc <infile >newfile
C. wc infile - newfile
D. wc infile | newfile
10. Which command is used to remove the read permission of the file 'note' from both the group and
others?
A. chmod go+r note
1. Which of the following commands is used to display the directory attributes rather than its
contents?
A. ls -l -d
B. ls -l
C. ls -x
D. ls -F
12. Which of the following files will displayed by this command cat *ch*
A. patch
B. catch
C. .ch
13. The Octal number to be given alogn with chmod command to make a file readable, writable and
executable to the owner, readable and executable to group and others is:
A. 000
B. 755
C. 744
D. 555
14. If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use
A. tty ^c
C. stty echoe
B. mesg
C. mail
D. grep
16. Which of the following keys is used to move the cursor to the end of the paragraph.
A. }
B. {
C. |
D. $
17. Which command is used to concatenate all files beginning with the string 'emp' and followed by
a non-numeric characters?
A. cat emp[!0-9]
B. more [emp][!0-9]
C. cat emp[x-z]
D. cat emp[a-z]
18. The command which transcribes the standard input to the standard output and also makes a
copy of the same in a file is
A. tee
B. tr
C. sort
D. grep
B. rm
C. mv
D. del
20. Which symbol is used to separate more than one command in the same command line?
A. $
B. #
C. :
D. ;
21. The agency that sits between the user and the UNIX system is called the
A. logic
B. profile
C. shell
D. erxc
B. password
C. profile
2. Which command will be used with vi editor to replace text from cursor to right?
A. r
B. R
C. s
D. S
B. remove
C. mv
D. ren
B. grep
C. wc
D. sort
5. Which of the following commands is used to copy a file wb from the programs directory into a file
called wbx in the misc directory?
A. copy programs/wb misc/wbx
B. cp programs/wb misc/wbx
C. tar programs/wb misc/wbx
B. ls lst*
C. ls *.*
D. ls *[lst]
7. Which option is used with the chmod command recursively to all files and sub-directories in a
directory?
A. -1
B. -i
C. -x
D. -R
8. Which command is used to change directory to the name beginning with a 'p'?
A. cd p
B. cd p?
C. cd p*
D. cd [p]
B. TRY
C. trial
D. my .file
10. Which commands is used to assign executable permission to all of the files named "letter"?
A. chmod ugo+r letter
B. nu
C. ic
D. li
C. pg
D. lp
13. Which command will be used with vi editor to replace single character under cursor with any
number of characters?
A. s
B. S
C. a
D. i
14. Which of the following set options is used with vi editor to ignore case while searching for
patterns?
A. ic
B. ai
C. sm
D. ts
15. Which command is used to list out all the hidden files along with the other files?
A. ls -l
B. ls -x
C. ls -F
D. ls -a
18. Which of the following commands is used to display the filenames in multiple columns with
indication of directories and executable file?
A. ls -F -x
B. ls -l
C. ls ~ x
D. Ip
19. Which command is used with vi editor to search a pattern in the forward direction?
A. /
B. ?
C. //
D. ??
20. Which of the following commands is used to assign executable permission to the owner of the
file named "note"?
A. chmod g+x note
B. ls -l | wc -l
C. ls | wc -w
D. ls | ws -c
22. Which of the following commands is used to get directory one level up?
A. cd
B. cd ..
C. cd/
D. chdir
23. Which of the following commands is used to count the total number of lines, words, and
characters contained in a file.
A. count p
B. wc
C. wcount
D. countw
B. rm -r *
C. rm all
D. rm *.*
25. Which of the following commands is used to change the working directory?
A. cd
B. changedir
C. chdir
D. cdir
B. ?
C. [ijk]
D. [!ijk]
28. In Bourne shell, which file sets the Unix environment for the user when the logs into his HOME
directory.
A. .exrc
B. .profile
C. lastlogin
D. .mbox
B. fdisk
C. du
D. disk
34. Which command is used to sort the lines of data in a file in alphabetical order?
A. sort
B. sh
C. st
D. sort -r
35. If a file has read and write permissions for the owner, then the octal representation of the
permissions will be
A. 1
B. 6
C. 5
D. 3
B. Korn shell
C. Bourne shell
D. Smith shell
B. login
C. shell
D. home
B. tail
C. eof
D. bof
C. mkdir
D. cr
22. Which of the following commands is used to update access and modification times of a file?
A. grep
B. wc
C. touch
D. cat
23. Which command is used to count just the number of characters in a file?
A. wc - 1
B. wc -c
C. wc -w
D. wc -r
B. lp
C. dir
D. tar
E. None of the above
Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
View Answer Discuss in Forum Workspace Report
B. od
C. of
D. oct
26. Which command will be used with vi editor to insert text to left of cursor?
A. s
B. S
C. a
D. i
B. ?pat
C. /pat
B. $#
C. $0
D. $*
29. Which option will be used with ps command to slow the entire command line of the process
being run?
A. -4
B. -f
C. -1
D. -2
30. Which of the following command addresses all users who are currently hooked on?
A. write
B. mail
C. wall
D. mesg
31. Which option is used with rm command to make the command prompt the user with each
filename and a ?, before acting on it
A. -r
B. -x
C. -i
D. -1
32. Which of the following directories contain all the Alias created by a user, including his login
directory?
A. /tmp
B. /etc
C. /usr
D. /dev
33. Which of the following commands is used to obtain a list of all files by modification time?
A. ls -1
B. ls -t
C. ls -i
D. ls -R
36. Which of the following commands is used to identify the type of file by context?
A. ls
B. cat
C. file
D. more
B. -d option
C. -r option
D. -x option
38. Which of the following options will be used to display number of blocks used by a file?
A. -c
B. -i
C. -d
D. -s
39. Which option will be used with touch command to change the access time?
A. -a
B. -b
C. -t
D. -h
E. None of the above
Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
View Answer Discuss in Forum Workspace Report
40. Which command is used to make all files and sub-directories in the directory (progs) executable
by all users?
A. chmod -R a+x progs
B. vi
C. ed
D. lyrix
42. The second set of the three permissions (r-) indicates that
A. group has read permission only
43. Which column contains all details of the permissions of a file when you issue the ls -l command?
A. second
B. fourth
C. third
D. first
44. Which of the following commands is used to display your working directory?
A. dir
B. prompt $p$g
C. pwd
D. path
45. While working with mail command, which command is used to save mail in a separate file?
A. s
B. r
C. w
D. d
41. Which command is used to display the device name of the terminal you are using?
A. who
B. ls
C. tty
D. stty
C. how large the file is and when the file was last modified.
43. Which option will be used with disk free command to include the total amount of disk space in
the file system?
A. -t
B. -tt
C. -4
D. -i
B. chown
C. chmod
D. chusr
45. Which of the following commands can be used to get information about yourself?
A. who am i
B. i /4
C. pwd
D. which
B. cmp
C. do
D. ccp
B. haltsys
C. cancel
D. kill
48. Which option will be used with sort command to start sorting ofter the nth column of the (m+l)th
field?
A. -m.n
B. +m.n
C. + n.m+1
D. +(m+l).n