Page 1 of 1

Nemesis Commands

Posted: 30 Sep 2021, 02:00
by Jack
Where can I get a modules with all Nemesis commands at?

Nemesis Commands

Posted: 30 Sep 2021, 03:52
by ncmprhnsbl
nemesis commands are all located in /usr/local/bin and /usr/local/sbin (some in 001-core and some in 002-gui)
if you want them all in a module:

Code: Select all

##as root
mkdir /tmp/commands
cp -a --parents /usr/local/{bin,sbin} /tmp/commands
dir2xzm /tmp/commands /tmp/nemesis-commands.xzm

Nemesis Commands

Posted: 30 Sep 2021, 04:12
by Jack
ncmprhnsbl wrote:
30 Sep 2021, 03:52
nemesis commands are all located in /usr/local/bin and /usr/local/sbin (some in 001-core and some in 002-gui)
if you want them all in a module:

Code: Select all

##as root
mkdir /tmp/commands
cp -a --parents /usr/local/{bin,sbin} /tmp/commands
dir2xzm /tmp/commands /tmp/nemesis-commands.xzm
Thank you for the info.

Nemesis Commands

Posted: 30 Sep 2021, 04:30
by ncmprhnsbl
whoops :mega_shok: , please note, i fixed the cp command (had an extra 'bin')