Make a Linux style /root -- HowTo?

Hi,I would like to put all the root config files and have a/root home directory like Linux. How would I do this?thanks
[146 byte] By [snookertb] at [2007-11-26 0:45:13]
# 1
mkdir /rootUse vi to edit /etc/passwdNotice this line:root:x:0:0:Super-User:/:/sbin/shChange the :/: to :/root:Logout, log back in
ProdosProgrammer at 2007-7-5 19:40:39 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
It is wise to have another root shell open while you're doing these kind of things. In case something goes wrong and you're unable to login as root, you can fix things through that other root shell.
grac at 2007-7-5 19:40:39 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
Thanks I will give it a try.I am just using the system for test, so if it goes kaput -- no big deal just lost time. JUst poking around for now.
snookertb at 2007-7-5 19:40:39 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 4
telnet 0 or ssh 0 are both good ways to test passwd/ .profile changes without logging out completely, btw.They both create a fresh session through the loopback interface. If something goes wrong, youcan just close the session and get to where you were before.
kidari at 2007-7-5 19:40:39 > top of Java-index,Solaris Operating System,Solaris 10 Features...