The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Sticky Bit???? skyineyes UNIX for Dummies Questions & Answers 10 05-29-2008 02:15 PM
Sticky Bit teenu18 UNIX for Dummies Questions & Answers 3 12-17-2007 03:08 PM
Sticky Bit rob11g UNIX for Dummies Questions & Answers 1 03-14-2005 04:51 PM
sticky bit?? hedrict UNIX for Dummies Questions & Answers 2 02-05-2002 09:04 AM
Sticky bit LivinFree UNIX for Dummies Questions & Answers 3 07-21-2001 12:28 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 02-02-2007
manu.vmr manu.vmr is offline
Registered User
  
 

Join Date: Jan 2007
Posts: 9
sticky bit

Hi frns,

What is command to list out all dir's for which sticky bit has been set.

Regards,
Manu
  #2 (permalink)  
Old 02-02-2007
anbu23 anbu23 is offline Forum Advisor  
Registered User
  
 

Join Date: Mar 2006
Location: Bangalore,India
Posts: 1,398

Code:
ls -l | grep "^.\{9\}[tT]"

  #3 (permalink)  
Old 02-02-2007
andryk's Avatar
andryk andryk is offline Forum Advisor  
Registered User
  
 

Join Date: Sep 2003
Posts: 448
here's another one
Code:
find . -type d -perm -02000 -print

Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 02:04 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0