首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > UNIXLINUX >

hp_unix新增用户跟组

2012-07-22 
hp_unix新增用户和组用root登录后,可以如下添加用户和组:1.新加用户:useradd -m -s/usr/bin/shtest2.为用

hp_unix新增用户和组
用root登录后,可以如下添加用户和组:
1.新加用户:useradd -m -s  /usr/bin/sh   test
2.为用户分配组: usrmod -G db, test  test
oralce建立用户
1.用root登录后, su 到 oracle用户
2.用数据库dba用户登入:sqlplus “ /as sysdba”
3.建立xcom用户:create user test identified by pwd default tablepace
4.授权用户:  grant connect,resource  to test
               grant execute on dbms_pipe to test
               grant execute on dbms_lob to test
               grant execute on dbms_lock to test

热点排行