Monday 30 January 2012

How to: Install Multics

How to: Install Multics

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
*For 32bits: copy the file "multics.x32" to /usr/local/bin
Code:
cp multics.x32 /usr/local/bin/multics
*For 64bits: copy the file "multics.x64" to /usr/local/bin
Code:
cp multics.x64 /usr/local/bin/multics
3- change file propriety to executable
Code:
chmod 755 /usr/local/bin/multics
4- copy the file "multics.cfg" to /var/etc
Code:
cp multics.cfg /var/etc

After installation edit your config and execute the next command:
Code:
./multics -b
if you want debug info execute:
Code:
./multics -b -v

No comments:

Post a Comment