#!/bin/rc if(~ $1 peep){ peep $name exit } echo -n ' Name Space Test

Name Space Test of Pegasus

Note: /etc/passwd_8080 is empty, therefore content of /etc/passwd should not be observed.
Note: /doc/private8080/index.html should not be observed in
	ls -l /doc/*

/etc/namespace_8080

'
cat /etc/namespace_8080
echo -n '

/etc/passwd_8080

'
cat /etc/passwd_8080
echo -n '

/etc/passwd

'
cat /etc/passwd
echo -n '

ls -l /doc/*

'
ls -l /doc/*
echo -n '
peep this script '