201-450試験無料問題集「Lpi LPIC-2 Exam 201, Part 1 of 2, version 4.5 認定」

After a lot of write operations, the administrator want to ensure that the kernel flushes the file system buffers to disk. Which command will accomplish this? (Specify ONLY the command without any path or parameters.)
正解:
sync
What command can be used to install a Perl module ('$module') from the CPAN archive?

Which command with all parameters and arguments, can be used by root to erase the cron job list for the user fred?
正解:
crontab -u fred -r
What is the purpose of an initramfs during the Linux system start?

Which port must be open on a firewall, to allow a DNS server to receive queries? (Enter only the port number).
正解:
53
Which command will report information on memory usage, paging and block input/output?

Which of the following commands will erase the contents of the /dev/sdb3 partition?

Which TWO of the following sentences are true about this package?
Consider the following excerpt from an RPM spec file:
Summary: Complete Web authoring system for linux
Name: nvu
Version: 0.50
Release: 5
Source0: %{name}-%{version}.tar.bz2
Patch0: nvu-freetype2.patch.bz2
Patch1: nvu-mozilla-1.1-system-myspell-dicts.patch.bz2 Patch2: nvu-
mozilla-1.7-spellcheck-full- langname.patch.bz2 License: MPL/LGPL/GPL
Group: Development/Other
Url: http://www.nvu.com
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: libjpeg-devel libpng-devel libIDL-devel BuildRequires:
zip tcsh
BuildRequires: gtk+2-devel >= 2.2.0
Which TWO of the following sentences are true about this package?

What command is used to re-add a partition to a software RAID setup?

You want to change the file that contains the message which is used at the login prompt when users log in locally. Please enter the file including the path.
正解:
/etc/issue
What command can be used on an existing (formatted) partition, to configure the interval between disk checks when mounting partitions?

A BIND server should never answer queries from certain networks or hosts. Which configuration directive could be used for this purpose?

After unpacking the source code for a Linux kernel, what is the first make command that should be run which will delete any current configuration and all generated files?
This command will ensure that no inappropriate files were left in the kernel archive by the maintainer.