How to: Install Multics
to install multics on a pc linux:1- Extract the zip file into a folder, and move to this folder.
2-
*if you dont have have the directory /usr/local/bin, create it
Code:
mkdir -p /usr/local/bin
Code:
cp multics.x32 /usr/local/bin/multics
Code:
cp multics.x64 /usr/local/bin/multics
Code:
chmod 755 /usr/local/bin/multics
Code:
cp multics.cfg /var/etc
After installation edit your config and execute the next command:
Code:
./multics -b
Code:
./multics -b -v
No comments:
Post a Comment