Unix/Linux Operating Systems Administration

Quiz covering Unix/Linux operating systems administration topics including HP-UX commands, filesystems, kernel building, shell scripting, network configuration, and system security features

16 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which command enables system level auditing for an individual user when not in Trusted Mode?

  1. audsys
  2. usermod
  3. userdbset
  4. audusr
Question 2 Multiple Choice (Single Answer)

Which program initially started starts rpcbind at boot?

  1. /sbin/init.d/named
  2. /sbin/init.d/net
  3. /sbin/init.d/nfs.core
  4. /sbin/init.d/rpcbind
Question 3 Multiple Choice (Single Answer)

Which command prints out the network routing table?

  1. netstat
  2. nwmgr
  3. lanscan
  4. ifconfig
Question 4 Multiple Choice (Single Answer)

What is the default HP-UX protocol used for Secure Shell?

  1. SSH-2
  2. SSH-3
  3. SSH-AES
  4. OpenSSH3
Question 5 Multiple Choice (Single Answer)

Which command can confirm host name resolution (DNS/BIND) is working correctly?

  1. gethostbyname
  2. hostname
  3. nsquery
  4. whois
Question 6 Multiple Choice (Single Answer)

What is the lenth of an IPV4 address?

  1. 128 bit
  2. 64 bit
  3. 48 bit
  4. 32 bit
Question 7 Multiple Choice (Single Answer)

Which command displays Internet to Ethernet address resolution?

  1. ifconfig
  2. lanscan
  3. arp
  4. traceroute
Question 8 Multiple Choice (Single Answer)

Which command can be used to verify a network interface card (NIC) is enabled?

  1. nslookup
  2. ping
  3. lanscan
  4. arp
Question 9 Multiple Choice (Single Answer)

What is the Maximum Cache in XP24000 ?

  1. 64GB
  2. 128GB
  3. 256GB
  4. 512GB
Question 10 Multiple Choice (Single Answer)

The file that contains the default file system type for file system creation is:

  1. /etc/fstab
  2. /etc/filesystem
  3. /etc/default/fs
  4. /var/adm/sbtab
Question 11 Multiple Choice (Single Answer)

Which of the following statements is TRUE for HP-UX 11 and above?

  1. /stand can be either hfs or vxfs if you have On-Line JFS
  2. /stand must be vxfs but "/" can be vxfs or hfs
  3. /stand and "/" must be hfs
  4. /stand must be hfs but "/" can be vxfs
Question 12 Multiple Choice (Single Answer)

After “alias dir=ls”, then when you use dir at command line, what will happen?

  1. No effect
  2. Error
  3. Show “ls”
  4. Run “ls”
Question 13 Multiple Choice (Single Answer)

Which of the following is not a shell program control structure?

  1. while-do-done
  2. until-do-done
  3. repeat-do-done
  4. if-then-fi
Question 14 Multiple Choice (Single Answer)

Which command is used to build a new HP-UX kernel?

  1. mk_kernel
  2. make
  3. build_kernel
  4. make_vmunix
Question 15 Multiple Choice (Single Answer)

What is the major device number for LVM device files?

  1. 64
  2. 32
  3. 128
  4. 1
Question 16 Multiple Choice (Single Answer)

A filesystem metadata area contains:

  1. superblock
  2. inodes
  3. directory area
  4. all of the above