1

I tried to change my username using command:

sudo usermod -l newusername oldusername

so when I entered it in terminal it showed me:

user 'myusername' is currently used by the process 2553

What does it mean?

Eric Carvalho
  • 54,385
user170525
  • 11
  • 1
  • 4

1 Answers1

0

You need to change user names in recovery mode, the error message you got I am guessing is because you are logged in and running processes as the user you want to change.

Panther
  • 102,067