mamchenkov.net
chmod text modes
I came across this blog post which praises text modes for /bin/chmod. There are two ways you can change file permissions in Unix - one is using chmod's symbolic (text) modes (like chmod ug+x file), the other is using the octal modes (like chmod 0660 file). It turns out that symbolic modes are more powerful because you can … Continue reading chmod text modes