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/roseckto? Is it toconfigureor tomake? So far the steps I have followed are:./configure,makeand thenmake installfails because it tries to write to/usr/bin/zsh-5.0.0– Amelio Vazquez-Reina Oct 01 '12 at 15:46