Archive for the ‘Sun Solaris’ Category
Managing users and user logins
We are tasked to create 5 user accounts with special permissions, groups and a shared folder for the group.
First we need to create a new group.
#groupadd –g 101 mindframes
Read the rest of this entry »
Setting up the Primary DNS Server
Create the /etc/named.conf file
options
{
directory “/var/named”;
};
zone “.”
{
type hint;
file “db.root”;
};
zone “bitmind.info”
{
type master;
file “db.bitmind.info”;
};
zone “10.168.192.in-addr.arpa”
{
type master;
file “db.192.168.10″;
};
zone “0.0.127.in-addr.arpa” in
{
type master;
file “db.127.0.0″;
};