From: spooq Date: 2006-11-09T20:55:57+09:00 Subject: Re: Another quicky, sorry. On 11/9/06, skt wrote: > I'm using linux btw. > I'd prefer to use this on my windows, (dualboot) so i don't have chmod > everything but limited time and space. If you find you are always doing chmod +x on files with #!/usr/bin/ruby in the first line, you can always run them with 'ruby '. That doesn't require making the file executable, since it's treated as a datafile by the ruby exec. If for some reason your new files aren't rw, you probably need to set your umask in your shell startup script (~/.bashrc or similar). There are lots of good text editors out there, I'd recommend vim/emacs but then you'd have two problems ;) nano is probably the way to go for instant gratification.