Shell/bash befehle

Aus Vosp.info
Wechseln zu:Navigation, Suche

Befehle

w # Show who is logged on and what they are doing.
who # show who is logged on
last, lastb # show listing of last logged in users
lastlog # examine lastlog file


Einstellungen

für die History

/etc/profile

export HISTFILESIZE=
export HISTSIZE=
#export HISTTIMEFORMAT="[%F %T] "
export HISTTIMEFORMAT="%d/%m/%y %T "
export HISTFILE=~~/.bash_history