LAB
1. Nis
#authconfig-tui (加入nis server: server1.example.com)
%因沒有nis server,無法實作
#getent passwd (如果有查到代表成功~)
(Read More...)
This page looks plain and unstyled because you're using a non-standard compliant browser. To see it in its best form, please upgrade to a browser that supports web standards. It's free and painless.
LAB
1. Nis
#authconfig-tui (加入nis server: server1.example.com)
%因沒有nis server,無法實作
#getent passwd (如果有查到代表成功~)
(Read More...)
Advanced User Administration
1.Network Users (NIS, LDAP, Winbind, SMB)
#authconfig-tui (加入nis server) [圖形介面: #system-config-authentication]
Configuration file: /etc/nsswitch.conf
#getent passwd(查users)
2.ACLs(Access Control Lists)
(Read More...)
LAB
1.create accounts
for user in joshua alex dax
do
useradd $user
echo 'passowrd' |passwd --stdin $user
done
2. create groups
(Read More...)
User Administration
%user's home directories get populated with the files from "/etc/skel/*"
1. Command:
(1)user administration
#useradd [options] username
(Read More...)
LAB
%add a new partion and set to LVM
1. create LVM (partition type: 8e)
[root@server1 ~]# pvcreate /dev/sdb8
Physical volume "/dev/sdb8" successfully created
[root@server1 ~]# vgcreate vg0 /dev/sdb8
(Read More...)
Hits Today: 6
Total Hits: 20893