Author Topic: Ubuntu "owner" profile  (Read 1101 times)

0 Members and 1 Guest are viewing this topic.

Offline sp0rk

  • Serf
  • *
  • Posts: 38
  • Cookies: -1
    • View Profile
Ubuntu "owner" profile
« on: December 27, 2011, 04:41:12 pm »
Ok, I've had some trouble with some fies/folders because for some reason, as I deleted by previous ubuntu account my current one with admin privileges doesn't register as the "owner". I've been able to get around this in some cases with chmod but I'm trying to mount the metasploitable VM in VMplayer and it requires that I be the "owner". I've tried chmod, that allowed my to mount it, but now when I try to run it I get an error. How can I fix this and/or make MY account the "owner".

Welcome. Sit on the couch in the corner and I'll bring in the bitches.

Offline NeX

  • Peasant
  • *
  • Posts: 74
  • Cookies: 5
    • View Profile
Re: Ubuntu "owner" profile
« Reply #1 on: December 27, 2011, 04:48:33 pm »
Try adding your new account to the same group as your old admin account :)

Offline xzid

  • Knight
  • **
  • Posts: 329
  • Cookies: 41
    • View Profile
Re: Ubuntu "owner" profile
« Reply #2 on: December 27, 2011, 05:39:50 pm »
chown?

Offline NeX

  • Peasant
  • *
  • Posts: 74
  • Cookies: 5
    • View Profile
Re: Ubuntu "owner" profile
« Reply #3 on: December 27, 2011, 06:05:12 pm »
chown?


He'll eventually have to chown everything else owned by the old admin in order to work for the new admin, but yeah, chown -R newadmin:newadmingroup /home/newadmin would probably do it :)

Offline sp0rk

  • Serf
  • *
  • Posts: 38
  • Cookies: -1
    • View Profile
Re: Ubuntu "owner" profile
« Reply #4 on: December 27, 2011, 06:15:04 pm »
Thanks for the assistance

Welcome. Sit on the couch in the corner and I'll bring in the bitches.