Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ISPConfig 3
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 551
    • Issues 551
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 41
    • Merge requests 41
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #604

Closed
Open
Created May 13, 2009 by David Picella@dpicella

Congigure .bash_history for new shell user

When ISPConfig 3 sets up a new shell user, it does not create the .bash_history file (at least on a Fedora 10 system) in the user's home directory.

I was able to fix this by

touch /path-to-shell-user-home-dir/.bash_history

chmod 775 /path-to-shell-user-home-dir/.bash_history

chown shell-user:shell-users-group /path-to-shell-user-home-dir/.bash_history

Now the .bash_history file will accumulate the history of terminal commands for the shell user on exit. Otherwise the commands are lost to memory.

Assignee
Assign to
Time tracking