Chinaunix首页 | 论坛 | 博客
  • 博客访问: 5703041
  • 博文数量: 675
  • 博客积分: 20301
  • 博客等级: 上将
  • 技术积分: 7671
  • 用 户 组: 普通用户
  • 注册时间: 2005-12-31 16:15
文章分类

全部博文(675)

文章存档

2012年(1)

2011年(20)

2010年(14)

2009年(63)

2008年(118)

2007年(141)

2006年(318)

分类: LINUX

2006-04-22 17:41:52

  STICKY FILES

STICKY FILES
       On  older  Unix  systems,  the sticky bit caused executable files to be
       hoarded in swap space.  This feature is not useful on  modern  VM  sys-
       tems, and the Linux kernel ignores the sticky bit on files.  Other ker-
       nels may use the sticky bit on files for system-defined  purposes.   On
       some systems, only the superuser can set the sticky bit on files.

STICKY DIRECTORIES
       When  the sticky bit is set on a directory, files in that directory may
       be unlinked or renamed only by root or their owner.  Without the sticky
       bit,  anyone able to write to the directory can delete or rename files.
       The sticky bit is commonly found on directories, such as /tmp, that are
       world-writable.

在man chmod中找到了一些关于关于粘着位的介绍。粘着位对于服务器的权限设定比较有用,我记得在samba的配置中,就用到了粘着位。

阅读(948) | 评论(0) | 转发(0) |
0

上一篇:Ubuntu内核编译

下一篇:学习python

给主人留下些什么吧!~~