0

Ubuntu 14.04 No Dash No Menu on an User Account

^ This a follow up question

Since my problem can't be solved and I want to delete the user that got problem, I think I want to move all user files from a user to another user. Do you know how to it?

ps: all user have sudo privileges and the users are in the same computer

Jul
  • 141

1 Answers1

0

Move all the files with mv or copy with cp (man mv or man cp to get the syntax right). You may have to be root (ie use sudo) to do it, depending on permissions. Then, once the move/copy is done, sudo chown -R newuser:newuser <everything you moved>.