Ary Bima Blog


Archive for the 'operating system' Category

Buat User di Mesin Sun Solaris

caranya :
# mkdir /export/home/user1
# useradd -d /export/home/user1 -s /bin/bash -g sys -m user1
# passwd user1
kalo masih ada error
# cd /export/home
# chown user1 user1
# chgrp sys user1
selamat mencoba

Thursday, March 11th, 2010

Cannot create QuickStats table. Database user does not have CREATE priviledge.