Help for this page

Select Code to Download


  1. or download this
    --user-data-dir=DIR
                  Specifies the directory that user data (your "profile") 
    +is kept  in.   Defaults  to
                  ~/.config/chromium  .   Separate  instances of Chromium 
    +must use separate user data
                  directories; repeated  invocations  of  chromium-browser
    +  will  reuse  an  existing
                  process for a given user data directory.
    
  2. or download this
    profile
    profile => '/path/to/profile/directory'  #  set the profile directory
    ...
    data_directory
    data_directory => '/path/to/data/directory'  #  set the data directory
    By default, the current data directory is used. Use this setting to ch
    +ange the base data directory for the browsing session.