photoface;498273 Wrote: > I'm in! I used > > ssh -l > > in stead of > > ssh -1 > > In short, I typed in a "one" which didn't work. Then a lowercase "L" > did. > > Now I need the proper syntax to rename > > /usr/share/jive/jive/irMap_default.lua > > into someting else. > > Thanks all for helping me! > > Rob
mv /usr/share/jive/jive/irMap_default.lua /usr/share/jive/jive/irMap_default.lua.old (or whatever you want to name it) mv is the linux move command. There isn't a rename command. Move is used to rename files. -- gdpeck ------------------------------------------------------------------------ gdpeck's Profile: http://forums.slimdevices.com/member.php?userid=4686 View this thread: http://forums.slimdevices.com/showthread.php?t=72936 _______________________________________________ Radio mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/radio
