在Linux环境下,可以通过修改~/.bashrc
或~/.bash_profile
文件来设置user.home
,具体步骤如下:
~/.bashrc
或~/.bash_profile
文件:vi ~/.bashrc
或者
vi ~/.bash_profile
user.home
设置为/home/user1
):export HOME=/home/user1
source ~/.bashrc
或者
source ~/.bash_profile
user.home
就被设置为/home/user1
了。请注意,这种设置只会在当前用户的会话中生效,如果想要在系统级别设置user.home
,可以修改/etc/profile
文件。