Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

chmod question

Status
Not open for further replies.

dmjoen

Technical User
Jul 26, 2001
31
US
When changing the permissions on a file to include set-group-id, ls -l displays an upper case S instead of the lower case s that I expecetd. For example -rwsr-S--x. Why is this?

Thanks
 
The "s" or "S" both indicate the set-uid or set-gid bit is on. Lower case means the file is executable (or directory is searchable), while upper case means it is not executable (or searchable).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top