5.8
280r
How do you set/change the umask for ftp users or for ftp itself.
for example
user1 ftp's to unixbox1 and puts a file. The default permissions seem to be 644. I need the defaults to be 664.
Many thanks in advance
on solaris 8 check out flarcreate. Ive been meaning to dig into it myself but I have other stuff going on.You can read about it in the solaris8 advanced installation guide.
in /etc/system ( youll have to reboot )
set hme0:hme_adv_autoneg_cap=0
set hme0:hme_adv_100T4_cap=0
set hme0:hme_adv_100fdx_cap=1
set hme0:hme_adv_100hdx_cap=0
set hme0:hme_adv_10fdx_cap=0
set hme0:hme_adv_10hdx_cap=0
or use ndd to set it on the fly
# ndd -set /dev/hme autoneg_cap 0
# ndd -set...
Is there any way to create a (image)bootable tape for 2.8 ?
Ive havent been able to do it with Jumpstart.
HP has a tool called ignite that does this. Im wondering if SUN has anything like this or if there is 3rd party software that will do this?
Thanks
dennis
I have my oracle startup in rc3.d. I have the shutdown in rc2.d. If I issue the command init 2 the kill script runs properly. If I issue init 3 the startup script brings oracle back up. My problem is that when I issue init 6 to reboot it does not shut down the database. The database does start...
Thanks for the replies
Ive have been doing what Ken had suggested... I just figured that there was some log that logs all your startup/shutdown info.
inittab looks like the place but Im hesitant to just guess and change it.
s3:3:wait:/sbin/rc3 >/dev/msglog 2<>/dev/msglog </dev/consol
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.