Possible Duplicate:
how can I use bash as my login shell when my sysadmin refuses to let me change it
Say I have rwx permissions to a directory (my home directory). Can I install a shell (e.g. zsh) on some path on under my home directory, and use it?
In other words, can I install a shell bypassing the system administrator?
--prefix=/home/roseck
to? Is it toconfigure
or tomake
? So far the steps I have followed are:./configure
,make
and thenmake install
fails because it tries to write to/usr/bin/zsh-5.0.0
– Amelio Vazquez-Reina Oct 01 '12 at 15:46