Change home folder without root
access
#68
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
~/.bashrc
is a workaround.Would help on the server:
+20
Benjamin_Loison/bash/issues/25 would help.
Being able to redefine
~
would be nice.https://wiki.lineageos.org/devices/FP4/build/#install-the-platform-tools
~/.bashrc
:On SSH login:
No trailing slash to avoid:
Can we actually change the home folder without changing
HOME
variable?I asked the server administrator if he is fine me sharing this tip to other users of this server:
Context: Benjamin-Loison/android/issues/91#issuecomment-2907843771
After login can use
cd -
to move to old home folder.DuckDuckGo search Linux get user home folder.
The Super User answer 484280:
Benjamin-Loison/cpython/issues/72 helps get new home folder.
DuckDuckGo search Python get user home folder.
The Stack Overflow question 2668909:
Output:
The Stack Overflow answer 2668952:
Source: the Stack Overflow answer 41915516
Source: the Stack Overflow answer 3085545
Output:
does not return anything.
Source: the Stack Overflow answer 56661420
solves the issue.
~/.bashrc
:works fine.