Introduction If you work with EMC Isilon clusters you will likely have a requirement at some point to check network connectivity between clusters to ensure reachability for all nodes. Now you can do it manually if you have small clusters
zsh ignore commands beginning ‘#’
Problem It’s not a big one, but one I’ve run in to when creating python scripts to dump out commands with comments so others can see what the command does. To avoid the system returning a line every time that
Change Ownership Recursively for a Single User FreeBSD
Introduction So if you’ve read this and thought, it doesn’t work on FreeBSD then you are right. It doesn’t. Try this instead: You can use this portable find command with something like this. find . -user old-user -exec chown new-user:new-group