Question: I’d like to move the DB2 fenced user to a different location. The OS is Linux. There is a bug in the client application which when using DB2 and the fenced user home directory is in the same path as DB2. Answer: It is an easy process . The first step is to find out the fenced user. You can identify the fenced user with the command: Db2pd –fmp | grep –i fenced The you can use the Linux command : usermod -m -d /path/to/new/login/home/dir . This command changes user home directory to a new login directory. Option –d... Read more →