Top || Section Contents || Permuted Index
SavaJe OS 1.1.0

files(doc)


There are several files that are useful (but not required) on the compact flash:

/ramfs/users/username/alias.txt
/filesystem/etc/hosts
where filesystem is one of ramfs , cf0 , savaJe , apps .

alias.txt

The /ramfs/users/username /alias.txt file is read when the shell starts. You can use alias.txt to customize and simplify your command environment.

Each line in alias.txt is considered a separate alias. The general format of an alias line is

alias_name=commands

Here are several example lines from an alias.txt file:

ll=ls -l
l=ls
runns=run -nosm
sb=set base=http://192.168.0.237/,http://myhost/demo/,file:///ramfs/tmp/demo/

etc/hosts

The etc/hosts file is an optional file that may contain lines that specify IP addresses followed by host names. For example,

127.0.0.1       localhost
192.168.0.237   mymachine

SEE ALSO

alias(shell)
loadalias(shell)


July 11, 2002
Copyright © 2002 , SavaJe Technologies, Inc. All rights reserved.
Corrections, suggestions to: docs@savaje.com