Rename current user without root #49

Open
opened 2024-12-10 11:01:57 +01:00 by Benjamin_Loison · 3 comments
Related to #37. Currently does not seem possible: - [the Unix Stack Exchange answer 233624](https://unix.stackexchange.com/a/233624) - [the Ask Ubuntu answer 34075](https://askubuntu.com/a/34075) - https://www.cyberciti.biz/faq/howto-change-rename-user-name-id/ - [the Super User answer 1791314](https://superuser.com/a/1791314)
Author
Owner

Alternatively without another user or logging out.

Alternatively without another user or logging out.
Author
Owner
sudo usermod -l benjamin_loison $USER
usermod: user benjamin is currently used by process 2463
```bash sudo usermod -l benjamin_loison $USER ``` ``` usermod: user benjamin is currently used by process 2463 ```
Author
Owner
Related to [Benjamin-Loison/termux-app/issues/48](https://github.com/Benjamin-Loison/termux-app/issues/48).
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Benjamin_Loison/linux#49
No description provided.