Finding Files with Special Permissions in Linux

Ok, before you even attempt to read this post, I am assuming that you not only understand standard UNIX file permissions, but that you also understand special file permissions. What are special file permissions you ask. Well you know them as setuid, setgid, and the stickbit. If you don't know what these things are then I will give you a very brief introduction.

Simple Bash Scripting – Case Statement

Note that the ")" symbol is used to separate the list of selections from the action to be taken. Fall through is done using *, which catches all input that has not been specificed previously. Also ;; acts as a case break. Note that the statement is started with "case" and closed with "esac"