home.ps.uci.edu FAQ

Q: I would like to change my default shell. What are my options? How do I change my default shell?

A: valid shells are listed in /etc/shells. chsh is the standard command on most systems to change default shell but for home.ps the command is ypchsh.

Q: I want to setup a personal web page. Where do I put my put my index.html?

A: You have to put your index.html in ~/public_html and that directory has to have permissions 755 or ‘better’

mkdir ~/public_html; chmod 755 ~/public_html