Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Under review
Workspace IBM i
Categories Security
Created by Guest
Created on Mar 20, 2026

IBM i: Add a new system value so we can enable to create automatically $HOME directory on User Profile creation

Today we use SSH, SFTP and VSCode more often than in the past, but when creating a new user profile the /home/USERID directory is not created.

Please, add a new system value to enable automatic creation and select the $HOME base directory, in case we are using CHROOT

Idea priority Medium
  • Guest
    Aug 19, 2026

    The CAAC has reviewed this IBM Idea and recommends that IBM view this as a “nice to have” low priority feature.

    Background: The COMMON Americas Advisory Council (CAAC) members have a broad range of experience in working with small and medium-sized IBM i customers.  CAAC has a key role in working with IBM i development to help assess the value and impact of individual IBM Ideas on the broader IBM i community and has therefore reviewed your Idea.

    For more information about CAAC, see www.common.org/caac

    Brandon Pederson - CAAC Program Manager

  • Guest
    Apr 21, 2026
    IBM has received your Idea and is evaluating it. IBM will provide a response after evaluation is complete. IBM will evaluate adding a new parameter on Create and Change User Profile to indicate that the home directory should be created if it does not exist. IBM will not evaluate adding a system value for this support.

    Currently support exists for registering an exit program under the QIBM_QSY_CRT_PROFILE format CRTP0100 (called after create) and QIBM_QSY_CHG_PROFILE format CHGP0100 (called after change) exit points. An exit program can be written to create the home directory for the user.

    IBM Power Systems Development
  • Guest
    Mar 20, 2026

    There is a HOMEDIR parameter on the CRTUSRPRF/CHGUSRPRF and it defaults to /home/<user_profile_name>, but the directory and owner/authorities have to be manually created.

    I think it would be more logical to have a new (YES/NO) parameter (CRTHOMEDIR) on the CRTUSRPRF command next to the existing HOMEDIR parameter that also set the right owner and public = exclude authority.

    Having it on the CRTUSRPRF command would give you the choice per user to create it or not and also specify where it would be created.

    Maybe also have it on the CHGUSRPRF command and if the HOMEDIR does not exist, it will be created.

    But maybe you meant to have a system value, that once enabled, would tell the system to create the home directory automatically once the user connects thru SSH/SFTP?

  • Guest
    Mar 20, 2026

    Great idea! and a time saver