Hi folks,

$ man rksh
sh: /tmp/man.v3NbpQf33a: restricted
sh: /usr/bin/more: restricted
$ export MANPAGER=less
$ man rksh
sh: /tmp/man.MwpZa2hlUo: restricted
$ man -c rksh
sh: /tmp/man.U7FO8rM3Pc: restricted


$ printenv | sort
HOME=/home/jason
LOGNAME=jason
MAIL=/var/mail/jason
PATH=/usr/bin:/bin:/usr/local/bin:/home/jason/bin
SHELL=/bin/rksh
SSH_CLIENT=192.168.1.10 51139 22
SSH_CONNECTION=192.168.1.10 51139 192.168.1.1 22
SSH_TTY=/dev/ttypb
TERM=xterm
USER=jason
_=/usr/bin/printenv
$ stat /etc/profile /etc/ksh.kshrc ~/.profile ~/.kshrc
stat: /etc/profile: No such file or directory
stat: /etc/ksh.kshrc: No such file or directory
stat: /home/jason/.profile: No such file or directory
stat: /home/jason/.kshrc: No such file or directory

$ uname -srvm
OpenBSD 5.6 GENERIC#274 i386

Any ideas on what to try?


-- 
People who have what they want are very fond of telling
people who haven't what they want that they don't want it.
                -- Ogden Nash

Reply via email to