Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
ff6cddfd
Commit
ff6cddfd
authored
May 03, 2014
by
Hisham Muhammad
Browse files
Document $HTOPRC. Closes #73.
parent
da16de5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
htop.1.in
View file @
ff6cddfd
...
...
@@ -10,7 +10,8 @@ Htop is a free (GPL) ncurses-based process viewer for Linux.
.LP
It is similar to top, but allows you to scroll vertically and horizontally,
so you can see all the processes running on the system, along with their full
command lines.
command lines, as well as viewing them as a process tree, selecting mutiple
processes and acting on them all at once.
.LP
Tasks related to processes (killing, renicing) can be done without
entering their PIDs.
...
...
@@ -321,6 +322,16 @@ OOM killer score.
.B All other flags
Currently unsupported (always displays '-').
.SH "CONFIG FILE"
.LP
By default htop reads its configuration from the XDG-compliant path
~/.config/htop/htoprc -- the configuration file is overwritten by htop's
in-program Setup configuration, so it should not be hand-edited.
.LP
You may override the location of the configuration file using the $HTOPRC
environment variable (so you can have multiple configurations for different
machines that share the same home directory, for example).
.SH "SEE ALSO"
proc(5), top(1), free(1), ps(1), uptime(1)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment