Project

General

Profile

Actions

Feature #11029

closed

Enable command history in the shell

Added by Jim Pingle over 3 years ago. Updated 10 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Operating System
Target version:
Start date:
11/03/2020
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:

Description

Historically we disabled shell command history tracking primarily because embedded/NanoBSD had a read-only filesystem. Those platforms have been deprecated for some time now, so that roadblock is no longer in the way and we could enable command history which would be very convenient for admins who spend any significant amount of time in the shell.

There is a potential security concern if someone types a command with sensitive parameters (e.g. password, API key, etc) and that gets logged in the history file, so there are a couple choices:

1. Make history opt-in by enabling a setting
2. Make history opt-out for those who are concerned

Either way we can also document a method to clear it (history -c; history -S)

EDIT: The method for setting this value has changed since this Redmine issue. See #12675 for updated information.


Related issues

Related to Feature #12675: Move command line history to a GUI option stored in ``config.xml`` rather than a manual flag fileResolvedJim Pingle

Actions
Actions

Also available in: Atom PDF