File: INSTALL

package info (click to toggle)
psmisc 16-2
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 144 kB
  • ctags: 164
  • sloc: ansic: 1,362; makefile: 82; sh: 6
file content (15 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
To build all programs in psmisc, simply execute

    make

To install fuser, killall, pstree, and their man pages, run (as root)

    make install

fuser is installed in /bin, killall and pstree are installed in /usr/bin

pidof is not installed by  make install  because different versions of
pidof exist and may already be installed. If you want to install the
pidof that comes with psmisc (and its man page), simply run (as root)

    make install-pidof