EX200日本語PDF試験材料2022年最新の実際に出るEX200日本語問題集
更新されたのはRedHat EX200日本語問題集PDFオンラインエンジン
質問 32
管理グループを追加し、gid = 600を設定します
正解:
解説:
# groupadd -g 600 admin
質問 33
ユーザー認証は、192.168.0.254のLDAPドメインによって提供されています。 ldapuserを取得するには、次の要件に従ってください。
-LdapuserXはシステムにログインできる必要があります。Xはホスト名番号です。ただし、autofsサーバーによって自動的にマウントされるまで、ldapuserのホームディレクトリはマウントできません。
-すべてのldapユーザーのパスワードは「password」です。
正解:
解説:
system-config-authentication &
質問 34
タスクを構成します。毎日14:23にecho "file"コマンドを実行するように計画します。
正解:
解説:
(a) Created as administrator
# crontab -u natasha -e
23 14 * * * /bin/echo "file"
(b)Created as natasha
# su - natasha
$ crontab -e
23 14 * * * /bin/echo "file"
質問 35
システム同期を172.24.40.10として構成します。
正解:
解説:
see explanation below.
Explanation
Graphical Interfaces:
System-->Administration-->Date & Time
OR
# system-config-date
質問 36
192.168.0.0/24と192.168.1.0/24の2つの異なるネットワークがあります。 192.168.0.254および
192.168.1.254サーバーにIPアドレスが割り当てられます。 192.168.1.0/24ネットワークのホストにpingを実行して、ネットワーク設定を確認します。
正解:
解説:
see explanation below.
Explanation
* vi /etc/sysconfing/network NETWORKING=yes HOSTNAME=station?.example.com GATEWAY=192.168.0.254 service network restart
2.vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0
ONBOOT=yes
BOOTPROTO=static
IPADDR=X.X.X.X
NETMASK=X.X.X.X
GATEWAY=192.168.0.254
ifdown eth0
ifup eth0
質問 37
ericという名前のユーザーを作成し、対話型ログインを拒否します。
正解:
解説:
useradd eric
passwd eric
vi /etc/passwd
eric:x:505:505::/home/eric:/sbin/nologin
Which shell or program should start at login time is specified in /etc/passwd file? By default, Redhat Enterprise Linux assigns the /bin/bash shell to the users. To deny the interactive login, you should write /sbin/nologin or /bin/ false instead of login shell.
質問 38
1. / etcディレクトリの下にあるすべてのサイズの10kファイルまたはディレクトリを検索し、/ tmp / findfilesディレクトリにコピーします。
2. Lucyを所有者とするすべてのファイルまたはディレクトリを検索し、/ tmp / findfilesディレクトリにコピーします。
正解:
解説:
(1)find /etc -size 10k -exec cp {} /tmp/findfiles \;
(2)find / -user lucy -exec cp -a {} /tmp/findfiles \;
Note: If find users and permissions, you need to use cp - a options, to keep file permissions and user attributes etc.
質問 39
サイズが100MBの新しい論理パーティションを追加し、新しいパーティションのマウントポイントとなるデータを作成します。
正解:
解説:
see explanation below.
Explanation
1. Use fdisk /dev/hda-> To create new partition.
2. Type n ->For New partitions
3. It will ask for Logical or Primary Partitions. Press l for logical.
4. It will ask for the Starting Cylinder: Use the Default by pressing Enter Keys
5. Type the size: +100M you can specify either Last cylinder of size here.
6. Press P to verify the partitions lists and remember the partitions name.
7. Press w to write on partitions table.
8. Either Reboot or use partprobe command.
9. Use mkfs -t ext3 /dev/hda?
OR
1. mke2fs -j /dev/hda? ->To create ext3 filesystem.
2. vi /etc/fstab
3. Write:
/dev/hda? /data ext3 defaults 0 0
4. Verify by mounting on current sessions also:
mount /dev/hda? /data
質問 40
最初は/ dataに取り組んでおり、サイズは2GBです。 / dev / test0 / lvtestvolumeは/ dataにマウントされます。これで/ dataにより多くのスペースが必要になりましたが、すでにすべてのディスクが物理ボリュームに属していることを追加しています。ハードディスクに約5 GBの未割り当て領域があることがわかりました。 lvtestvolumeのサイズを5GB増やします。
正解:
解説:
see explanation below.
* Create a partition having size 5 GB and change the syste id '8e'.
* use partprobe command
* pvcreate /dev/hda9 Suppose your partition number is hda9.
* vgextend test0 /dev/hda9 vgextend command add the physical disk on volume group.
* lvextend -L+5120M /dev/test0/lvtestvolume
* verify using lvdisplay /dev/test0/lvtestvolume.
質問 41
システムでNTPサービスを構成します。
正解:
解説:
see explanation below.
Explanation
system-config-date &
質問 42
文字列を検索する
/ usr / share / dict / words内に文字列seismicを含むすべての列を見つけ、元の順序でこれらすべての列を/root/lines.txにコピーします。空白行はありません。すべての列は、元の列。
正解:
解説:
see explanation below.
Explanation
grep seismic /usr/share/dict/words> /root/lines.txt
質問 43
次の要件に従って、ローカルディレクトリ/ common / adminを作成します。
*このディレクトリには管理者グループがあります。
*このディレクトリには、すべての管理グループメンバーの読み取り、書き込み、実行の権限があります。
*他のグループとユーザーには権限がありません。
* / common / adminに作成されたすべてのドキュメントまたはディレクトリは、自動的にadminグループを継承します。
正解:
解説:
see explanation below.
Explanation
mkdir -p /common/admin
chgrp admin /common/admin
chmod 2770 /common/admin
質問 44
www.rhce.comという名前のドメインに関連付けられているIPアドレスは192.100.0.2です。暗号化通信用のSSLを実装して、Apache Webサーバーを構成します。
正解:
解説:
see explanation below.
Explanation
* vi /etc/httpd/conf.d/ssl.conf <VirtualHost 192.100.0.2> ServerName www.rhce.com DocumentRoot
/var/www/rhce DirectoryIndex index.html index.htm ServerAdmin [email protected] SSLEngine on SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt SSLCertificateKeyFile
/etc/httpd/conf/ssl.key/server.key </VirtualHost>
* cd /etc/httpd/conf
3 make testcert
* Create the directory and index page on specified path. (Index page can download from ftp://server1.example.com at exam time)
* service httpd start|restart
* chkconfig httpd on
Apache can provide encrypted communications using SSL (Secure Socket Layer). To make use of encrypted communication, a client must request to https protocol, which is uses port 443. For HTTPS protocol required the certificate file and key file.
質問 45
NFSサービスを構成します。 NFS共有サービスでディレクトリを共有します。
正解:
解説:
/etc/init.d/rpcbind start
/etc/init.d/nfslock start
/etc/init.d/nfs start
chkconfig rpcbind on
chkconfig nfslock on
chkconfig nfs on
showmount -e localhost
質問 46
/ dataディレクトリはserver1.example.comサーバーから共有されます。次のような共有ディレクトリをマウントします。
- A. 共有ディレクトリはマシンの/ mnt / dataにマウントする必要があります。
- B. ユーザーがアクセスしようとすると、自動的にマウントされます
- C. ユーザーがマウントされたディレクトリを使用しない場合、50秒後に自動的にマウント解除されます。
正解: B
解説:
1. vi /etc/auto.master
/mnt /etc /auto.misc --timeout=50
vi /etc/auto.misc
data -rw,soft,intr server1.example.com:/data
service autofs restart
chkconfig autofs on
When you mount the other filesystem, you should unmount the mounted filesystem, Automount feature of linux helps to mount at access time and after certain seconds, when user unaccess the mounted directory, automatically unmount the filesystem.
/etc/auto.master is the master configuration file for autofs service. When you start the service, it reads the mount point as defined in /etc/auto.master.
質問 47
アーカイブグループの所有者にファイル/ディレクトリを作成する人は、自動的にアーカイブの同じグループ所有者でなければなりません。
正解:
解説:
see explanation below.
Explanation
* chmod g+s /archive
* Verify using: ls -ld /archive Permission should be like:
drwxrws--- 2 root sysuser 4096 Mar 16 18:08 /archive
If SGID bit is set on directory then who every users creates the files on directory group owner automatically the owner of parent directory.
To set the SGID bit: chmod g+s directory
To Remove the SGID bit: chmod g-s directory
質問 48
構成、設定
Webサービスは、http://instructor.example.com/pub/serverX.htmlからダウンロードします。また、システムの再起動後もサービスが実行されている必要があります。
正解:
解説:
cd /var/www/html
wget http://instructor.example.com/pub/serverX.html mv serverX.html index.html /etc/init.d/httpd restart chkconfig httpd on
質問 49
cronタスクを構成します。
ユーザーnatashaはcronジョブを設定する必要があります。現地時間14:23が実行され、実行されます:* / bin / echo hiya毎日。
正解:
解説:
crontab -e -u natasha
23 14/bin/echo hiya
crontab -l -u natasha // view
systemctlenable crond
systemcdlrestart crond
質問 50
/ var / tmp / fstabのアクセス許可を構成します
ファイル/ etc / fstabを/ var / tmp / fstabにコピーします。 / var / tmp / fstabの許可を構成して、次のようにします。
ファイル/ var / tmp / fstabの所有者はrootユーザーです。
ファイル/ var / tmp / fstabはグループルートに属します。
ファイル/ var / tmp / fstabは、誰でも実行可能ではありません。
ユーザーnatashaは、/ var / tmp / fstabを読み書きできます。
ユーザーharryは、/ var / tmp / fstabの書き込みも読み取りもできません。
他のすべてのユーザー(現在または将来)は/ var / tmp / fstabを読み取ることができます。
正解:
解説:
cp -a /etc/fstab /var/tmp
cd /var/tmp
ls -l
getfacl /var/tmp/fstab
chmod ugo-x /var/tmp/fstab
[ No need to do this, there won't be execute permission for the file by default]
# setfacl -m u:natasha:rw /var/tmp/fstab # setfacl -m u:harry:0 /var/tmp/fstab(zero)
[Read permission will be there for all the users, by default. Check it using ls -l /var/tmp/fstab] Verify by
[ ls -la /var/tmp/fstab]
質問 51
......
RedHat EX200日本語問題集PDFのベストを目指すなら問題集を使おう 目指そう高得点:https://www.passtest.jp/RedHat/EX200-JPN-shiken.html