Deric Kwok wrote:
> Hi all
> 
> I am first in opensolaris. I will use it as server only and I have
> some questions
> 
> 1/ How can I remove unsued services?

If you mean remove the packages providing that software:
        pkg uninstall <packagename>

If you mean just stop the services from running:
        svcadm disable <servicename>

> 2/ How can I stop the xwindow in boot time? I can't see any level as
> same as linux inittab

svcadm disable gdm
inittab is pretty much obsolete now.

> 3/ ls it easy to add the open source package eg: apache

pkg install apache-22  (assuming you're on one of the last builds - 133
or later - the package names were different on the older builds).

> 4/ ls it easy to upgrade kernel as linux? eg: using yum

pkg image-update, though there are no more updates being published
for the OpenSolaris distro, so it really doesn't matter much.

-- 
        -Alan Coopersmith-        alan.coopersm...@oracle.com
         Oracle Solaris Platform Engineering: X Window System

_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to