No, its not the sticky bit. The sticky bit, when applied to a directory, prevents users from deleting files or folders that grant them the write permission unless they are the owner of the file. When applied to a file, the file becomes sticky. The first time the file is run or accessed, and loaded into memory, it stays loaded into memory or swap space so that it can run faster than it would if read from the drive. The numeric value is 1000. If the file is not executable, the last permission bit becomes “T”. If the file is an executable file, or the permission applies to a directory, the last bit becomes a “t”. When you apply the permission via chmod using symbolic letters, the “t” appears regardless of the type of entity being changed.
ChrisP