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
Questions
Which command enables system level auditing for an individual user when not in Trusted Mode?
- audsys
- usermod
- userdbset
- audusr
Which program initially started starts rpcbind at boot?
- /sbin/init.d/named
- /sbin/init.d/net
- /sbin/init.d/nfs.core
- /sbin/init.d/rpcbind
Which command prints out the network routing table?
- netstat
- nwmgr
- lanscan
- ifconfig
What is the default HP-UX protocol used for Secure Shell?
- SSH-2
- SSH-3
- SSH-AES
- OpenSSH3
Which command can confirm host name resolution (DNS/BIND) is working correctly?
- gethostbyname
- hostname
- nsquery
- whois
What is the lenth of an IPV4 address?
- 128 bit
- 64 bit
- 48 bit
- 32 bit
Which command displays Internet to Ethernet address resolution?
- ifconfig
- lanscan
- arp
- traceroute
Which command can be used to verify a network interface card (NIC) is enabled?
- nslookup
- ping
- lanscan
- arp
What is the Maximum Cache in XP24000 ?
- 64GB
- 128GB
- 256GB
- 512GB
The file that contains the default file system type for file system creation is:
- /etc/fstab
- /etc/filesystem
- /etc/default/fs
- /var/adm/sbtab
Which of the following statements is TRUE for HP-UX 11 and above?
- /stand can be either hfs or vxfs if you have On-Line JFS
- /stand must be vxfs but "/" can be vxfs or hfs
- /stand and "/" must be hfs
- /stand must be hfs but "/" can be vxfs
After “alias dir=ls”, then when you use dir at command line, what will happen?
- No effect
- Error
- Show “ls”
- Run “ls”
Which of the following is not a shell program control structure?
- while-do-done
- until-do-done
- repeat-do-done
- if-then-fi
Which command is used to build a new HP-UX kernel?
- mk_kernel
- make
- build_kernel
- make_vmunix
What is the major device number for LVM device files?
- 64
- 32
- 128
- 1
A filesystem metadata area contains:
- superblock
- inodes
- directory area
- all of the above