文档介绍:Unix 面试题(英文 附答案) 1
问题: Unix 面试题(英文 附答案) 1-2 回答:
/分区越大约好, 因为 / 越大,Linux 启动速度越快。 错误
What command
Unix 面试题(英文 附答案) 1
问题: Unix 面试题(英文 附答案) 1-2 回答:
/分区越大约好, 因为 / 越大,Linux 启动速度越快。 错误
What command will map all of the dependencies between modules into a file B depmod -a
You have Linux installed on a machine and you use LILO as your boot loader. How do you boot into single user mode BC
B: At the LILO prompt use the linux single command.
C: At the LILO prompt use the linux 1 command.
What command can you enter to find out which rpm
contains the /etc/foo file
rpm -qa |grep foo
rpm -ql /etc/foo
rpm -qlf /etc/foo
rpm -q -f /etc/foo
Explain -
p25:Explanation: You can find out which rpm a file belongs
to by using the rpm -q -f command. You must have the redhatrpmdb rpm installed though.
1
UINX 是唯一的一种超过 90% 用高级语言开发的操作系统,首次用于开发 unix 的语言是 :C 语言
You have installed a DHCP server on your Linux machine and edited the configuration file. What else must you
do before it will give out ip addresses A. reboot
B. Put fixed-addresses in the configuration for each client. C. service dhcp begin
D. touch /var/lib/dhcp/ Explain -
p9:Explanation:Youmusttouchthe
/var/lib/dhcp/ file in order to get DHCP to begin giving out ip addre