Go to the first, previous, next, last section, table of contents.


Getting some useful system information

^X T

Call date(1) in order to display the current time/date
(`DATE').

ESC S f

Call finger(1) in order to display information about local and
remote users  (`FINGER').

ESC S m

Call mount(1) in order to display a list of the currently
mounted file systems (`MOUNTED-FILE-SYSTEMS').

ESC S q

Call quota(1) in order to display a user file system disk quota
and quota (`QUOTA').

ESC S s

Call df(1) in order to get the status of the currently mounted
file systems (`DISK-FREE-SPACE').

ESC S u

Call users(1) in order to get the name of the currently logged in
users (`USERS').

ESC S v

Call $GIT_VMSTAT(1) in order to get the current virtual memory
status.  This is very system dependent, Linux uses free,
other systems use vmstat, so the $GIT_VMSTAT variable is
used to deal with this (`VIRTUAL-MEMORY-STATUS').

See section Environment Variables, for more information.

ESC S w

Call who(1) in order to find out who is on the system
(`WHO').


Go to the first, previous, next, last section, table of contents.