System administration: Difference between revisions
→Enable SSH public key authentication with an encrypted home folder: Remove some columns from an output |
→Bash: bash to basic & viewing of the log in real time |
||
Line 289: | Line 289: | ||
http://aperiodic.net/screen/quick_reference | http://aperiodic.net/screen/quick_reference | ||
= | = Basic = | ||
== Viewing of the log in real time == | |||
<source lang="bash"> | |||
$ tail -f /var/log/some.log | |||
</source> | |||
== Change to previous folder == | == Change to previous folder == |