Skip to content

Installing chmutil on Linux

Chris Churas edited this page Jul 18, 2017 · 12 revisions

The instructions below assume Python and pip are installed.

Open a terminal and install via one of the ways below

As super user:

pip install chmutil

or via sudo

sudo pip install chmutil

or install into user's own directory (does not require super user privileges)

pip install chmutil --user

If this option is used then the following must be added to the user's path:

~/.local/bin
Clone this wiki locally