Questions
Which of the following UNIX commands is used to make copies of files or entire directories?
- rmdir
- mkdir
- cp
- none of these
Which command displays the full absolute path to your current location in the file system?
- cd
- mkdir
- pwd
- mv
Which command is used to find the place where an application program or system utility is stored on a disk?
- which
- uniq
- cut
- od
Which of the following backsup entire directories and files onto a tape device or into a single disk file known as an archive?
- tar
- cpio
- compress, gzip
- none of these
Which command kills the job number 1?
- fg%1
- kill 1
- kill%1
- jobs
Which command is used to remove the duplicate adjacent lines from a file?
- cut
- uniq
- which
- none of these
___________command means suspend the job, running in the foreground.
- ^C
- ^Z
- Bg
- Ps
Which of the following commands kills the job, running in the foreground?
- ^C
- ^Z
- &
- none of these
Which of the following commands is used to concatenate the files?
- Command1 Command2
- Command &
- Cat file1 file2 > file0
- None of these
Which of the following is a secure alternative for remote login and also for executing commands in the remote machines?
- ssh
- rlogin, rsh
- telnet
- none of these
Which command helps us to use directly to send and receive files and is designed for use with standard serial cable modems and telephone service?
- uuname
- uuto
- UUCP
- None of these
Which of the following provides a way to browse the web on a text- only terminal?
- wget
- lynx
- ping
- traceroute
___________ command is used to determine the local node name as well as the names of all uucp systems that are immediately known to the system.
- uuto
- UUCP
- unname
- None of these
Which of the following keys is used in emac to delete at the end of the line or lines?
- C-d
- M-d
- C-w
- C-k
_____________cursor movement key is used to move the cursor at the beginning of a line.
- C-a
- C-e
- C-<
- C->
__________ performs a forward incremental search.
- C-r
- C-%
- C-s
- C-g
____________ is particularly useful in tracking down the location of network problem.
- wget
- traceroute
- ping
- none of these
______________ customisable keys are used to compile program.
- C-x c
- C-x C-u
- C-x a
- None of these
________ is used to reformat the paragraph.
- C-x o
- C-x b
- C-x C-c
- M-q
Which command is used to quit a file, without saving?
- :w
- :wq
- :q!
- u
Which of the following commands in vi editor is used to delete upto the end of a line?
- d$
- dd
- <n>dd</n>
- dw
Which command is used to save and quit the file?
- :w
- :wq
- :q!
- None of these
Which command performs the append text operation with respect to vi command?
- i
- J
- $a
- h
___________ is used to move the cursor at the beginning of a line.
- k
- l
- j
- ^
Which cursor movement commands is used to move the cursor at the end of a line?
- ^F
- $
- G
- ^
___________ is an utility used for checking round-trip response time between machines.
- wget
- ping
- lynx
- none of these
_____________ redirects the standard output to a file.
- Command >> file
- Command > file
- Command < file
- Command &
___________ provides an insecure mechanism for logging into remote machines. It is an insecure facility because all data is passed in unencrypted format over the network.
- rlogin, rsh
- telnet
- ssh
- unname