Delete Issue
Install Kalilinux When you use a normal user, pressing the BACKSPACE key does not implement the delete function.
There are two ways to solve this problem.
A change of shortcut keys:
Use the Ctrl+backspace key combination to implement the DELETE function Ctrl + BACKSPACE
Second, change the environment variable (execute the following command):
$ Stty Erase ^h
TAB Completion/ARROW key failure problem
The command completion function cannot be achieved by pressing the TAB key
Solve
vim/etc/bash.bashrc# Enable bash completion in interactive Shellsif! Shopt-oq POSIX; Then if [-f/usr/share/bash-completion/bash_completion]; /usr/share/bash-completion/bash_completion. elif [-f/etc/bash_completion]; then . /etc/bash_completion Fifi to release the notes.
Then source
This solves the problem of command completion and the failure of the arrow keys.
ls folder and file no color
Solve
/ROOT/.BASHRC add alias ll= ' Ls-l--color ' Alias la= ' ls-a--color ' Alias l= ' LS-CF--color '
Last source
Ok!
Linux uses backspace when ^h + TAB command completion/arrow key invalidation + LS folder and file no color