Anyone have any ideas how to change a program's name while it's being executed (specifically on FreeBSD)? #!/usr/local/bin/ruby -w $0 = 'other_name' sleep(60) (quickly dash to another keyboard and type ps (auxwww|-ef)) Doesn't seem to work... <:~( Anyone else have any luck trying this or thoughts on how to get it to work? -sc -- Sean Chittenden