mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-21 08:24:10 +01:00
8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
|
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/contrib:.
|
|||
|
echo 'erase ^?, kill ^U, intr ^C'
|
|||
|
stty crt erase kill intr
|
|||
|
export PATH
|
|||
|
HOME=/root
|
|||
|
export HOME
|
|||
|
export TERM
|