I did this:
cd wp-content/themes
cp -R someTheme newTheme
then:
cd newTheme
vim style.css #changed name of theme in the css comment header
and then logged into example.com/wp-admin. But when I looked at the list of themes (under the appearance header in left menu), I did not see it there. What else must I do for wordpress to notice my theme?
wp version = 3.0.4