Friday, March 6, 2020

Moving home directory in linux

Username: test
Environment : Linux

$usermod -d /usr/test -m test

## Here "test" is a user and /home/test is directory which will move from /home/test to /usr/test.

No comments:

Post a Comment

Sonarqube Upgrade from 9.4.4 to 9.9.4 LTS

 Issue:  1) Java hasbeen upgraded from 11 to Open JDK 17. And Sonarqube is upgraded from 9.4 to 9.9.4. 2) After the upgrade sonarqube servic...