Where do I put commands that I want executed immediately after bootup? In suse, I put them in /etc/rc.d/boot.local, but debian has no such directory or file. OK, I lied. Here's the real question. I have two linux installations on the same box (suse 7.2 and debian woody). How do I arrange permissions so that I can access the user's (my) home directory in the other installation without rebooting to that other installation? I notice that when I look at the home directory on the other system, the owner is listed by the user number rather than the name, so what I've done is to create a user in debian whose name is the same as the suse number for the same user, so that user owns the suse user's home directory, then change permissions so all users can read/write that directory. That's pretty ugly, and I have to change permissions when I reboot suse. There's gotta be an easier, cleaner way. Thanks, Greg