GNU Rush – a restricted user shell (split by node):   Section:   Chapter:FastBack: Rushwho   Up: Top   FastForward: Accounting Database   Contents: Table of ContentsIndex: Concept Index

10 The rushlast utility.

The rushlast utility searches back through the GNU Rush database and displays a list of all user sessions since the database was created. By default, it displays the following information:

Login Rule  Start     Stop      Time  Command
gray  rsync Sun 20:43 Sun 20:43 05:57 /usr/bin/rsync /upload
jeff  sftp  Sun 20:09 running   07:17 /bin/sftp-server
Login

The login name of the user.

Rule

The tag of the rule he is served under (see tag).

Start

Time when the rule began execution.

Start

Time when the command finished, or the word ‘running’ if it is still running.

Time

Duration of the session.

Command

Command line being executed.

This format is a built-in default. It may be changed either by setting the RUSHLAST_FORMAT environment variable to the desired format string, or by using --format command line option (see Rushlast Options).