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.

修性不修命,萬劫陰靈難入聖; 修命不修性,猶有家財無主柄
Album | Blog | Comment | Profile | Control Panel
標題列表  簡短摘要
aquatower | 9 August,2009 14:59

LAB

1. Nis

#authconfig-tui (加入nis server: server1.example.com)
%因沒有nis server,無法實作

#getent passwd (如果有查到代表成功~)


(Read More...)

aquatower | 9 August,2009 14:19

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...)

aquatower | 9 August,2009 14:08

LAB

1.create accounts
for user in joshua alex dax
do
useradd $user
echo 'passowrd' |passwd --stdin $user
done

2. create groups
(Read More...)

aquatower | 9 August,2009 13:39

User Administration

%user's home directories get populated with the files from "/etc/skel/*"


1. Command:
(1)user administration

#useradd [options] username

(Read More...)

aquatower | 9 August,2009 12:34

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...)

«1 2 3 4 5 6