ureadahead --version (return code: 0)
ureadahead 0.100.0
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
ureadahead --help (return code: 0)
Usage: ureadahead [OPTION]... [PATH]
Read required files in advance
Options:
--daemon detach and run in the background
--force-trace ignore existing pack and force retracing
--timeout=SECONDS maximum time to trace [default: until terminated]
--dump dump the current pack file
--sort=SORT how to sort the pack file when dumping [default:
open]
-q, --quiet reduce output to errors only
-v, --verbose increase output to include informational messages
--help display this help and exit
--version output version information and exit
PATH should be the location of a mounted filesystem for which files should be
read. If not given, the root filesystem is assumed.
If PATH is not given, and no readahead information exists for the root
filesystem (or it is old), tracing is performed instead to generate the
information for the next boot.
Report bugs to <ubuntu-devel@lists.ubuntu.com>