Skip to content

Commit e9ef446

Browse files
committed
Update on password in hint.md
1 parent 8b2757a commit e9ef446

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/hints.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ where COMMAND is the Linux command you want information about, like ``ls``, ``mk
3535
- You can change the number of saved commands by setting the environment variable HISTSIZE in your <code>.bashrc</code> file in your home directory.
3636
- Example: Open <code>.bashrc</code> with <code>nano</code>. Somewhere (at the end for instance) add: <code>export HISTSIZE=NUMBER</code> where <code>NUMBER</code> is the number of commands to save, for instance 500.
3737

38-
!!! warning Passwords in the history file
38+
!!! warning
3939

40-
If you enter a password (e.g. login for a computer or website) at the command prompt and hit returnm the password will be included into the <code>.bash_history</code> file. This is not encrypted in any way. In particular when using a shared system as offered by NAISS, it is best to reset the password to a new, save value on the computer or website where you have been using it.
40+
**Passwords in the history file**
41+
42+
If you enter a password (e.g. login password for a computer or website) at the command prompt and hit return the password will be included into the <code>.bash_history</code> file. This is not encrypted in any way. In particular when using a shared system such as offered by NAISS, it is best to reset the password to a new value on the computer or website where you have been using it.
4143

0 commit comments

Comments
 (0)