Linux/UNIX System Administration

Covers Linux and UNIX operating system commands, configuration files, file system concepts, and system administration tasks including DNS, mail services, and process management.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Choose which is not a display manager xdm , gdm , kdm , ldm , lxdm , adm

  1. lxdm & ldm
  2. ldm & adm
  3. adm & lxdm
  4. xdm & adm
Question 2 Multiple Choice (Single Answer)

How to display all the process sent to background by user?

  1. fg
  2. jobs
  3. ps -backgound
  4. front
Question 3 Multiple Choice (Single Answer)

What is the difference between Hard Link and Soft Link?

  1. Hard links share the same data blocks on the hard disk.Where as for soft link seperate file is created.
  2. Hard link: Associate two or more file names with the same inode.Where as soft Link is a small file pointing to another file.
  3. Both as same in case of implementation, only difference is in the size of new file created.
  4. Hard Link create a new seperate file and that is not related with old file.A soft link contains the path to the target file instead of a physical location on the hard disk.
Question 4 Multiple Choice (Single Answer)

What is "dselect" in Linux Operating System?

  1. It is a package manager for Debian Systems.
  2. It is a package manager for Red Hat Systems.
  3. Command to uninstall programs.
  4. Command to un-select any selection.
Question 5 Multiple Choice (Single Answer)

What is "Xlib" in a LINUX System?

  1. Base Windows system in LINUX.
  2. A low-level interface which communicates between base system,network and Higher level programs.
  3. A program which provides GUI to LINUX Systems.
  4. Its a replacement for Windows Manager.
Question 6 Multiple Choice (Single Answer)

Command "SuperProbe" is used for...........

  1. There is no such command in LINUX OS.
  2. Probe a module into kernel.
  3. To determine card's chipset Information.
  4. None of the Above.
Question 7 Multiple Choice (Single Answer)

Each shared library have 2 files.They are?

  1. "libraryname.a" and "libraryname.a.version"
  2. "libraryname.a" and "libraryname.so.version"
  3. "libraryname" and "libraryname.so.version"
  4. There exist only one file for one shared library.
Question 8 Multiple Choice (Single Answer)

Which of the following is a text editor in LINUX OS?

  1. ping
  2. lynk
  3. ed
  4. edi
Question 9 Multiple Choice (Single Answer)

who | awk ‘{ print $1, $5 }’

  1. Error : syntax used with awk is wrong.
  2. prints names of logged-in users and time of login.
  3. Display output of who with $1 and $5 at the end.
  4. None of the above.
Question 10 Multiple Choice (Single Answer)

What following command perform? "at 12pm Jul 31 ls date <ctrl+d> "

  1. Execute "ls" and "date" command at 12pm on 31st July.
  2. Execute "ls" and "date" command at 12pm on 31st July and mail output to owner of task.(User who had initiated that at command)
  3. Execute "ls" and "date" command at 12pm on 31st July and mail output to root.
  4. Execute "ls" and "date" command at 12pm on 31st July but no output.
Question 11 Multiple Choice (Single Answer)

How to corrupt the file in UNIX

  1. Change the inode number of the file
  2. Change the inodes count.
  3. Change the content of the file.
  4. change the file permission
Question 12 Multiple Choice (Single Answer)

How to de-list the IP from spam website

  1. Send the mail to spamwebsite owner
  2. Block 25 port in the firewall
  3. Change the port number of SMTP
  4. Clean the system with anti
Question 13 Multiple Choice (Single Answer)

What is SELINUX?

  1. Firewall
  2. Remote support
  3. Access rules
  4. Virus Scanner
Question 14 Multiple Choice (Single Answer)

What is the use of /etc/nsswitch.conf file?

  1. DNS resolution
  2. Name resolution priority
  3. Host configuration.
  4. backup Configuration
Question 15 Multiple Choice (Single Answer)

How to change the port number of a service

  1. Use nmap command
  2. Modify the port number in /etc/hosts file.
  3. Modify the port number in /etc/services file
  4. Modify the port number in /etc/resolv.conf file
Question 16 Multiple Choice (Single Answer)

What is MX record?

  1. Dynamic DNS
  2. Root DNS
  3. CNAME
  4. Mail exchanger
Question 17 Multiple Choice (Single Answer)

Command for checking kernel parameters

  1. ngroups
  2. Sysconfig
  3. adb -k
  4. tee
Question 18 Multiple Choice (Single Answer)

How to block unknown senders in mail services

  1. use access file
  2. use mail file
  3. Configure single domain
  4. use netstat command
Question 19 Multiple Choice (Single Answer)

how to convert shell script to binary file

  1. using java
  2. shc
  3. Change the permission of script.
  4. using VB
Question 20 Multiple Choice (Single Answer)

what is the command used for recovering deleted files?

  1. find
  2. dump
  3. get
  4. grep