CnUnix

[알림판목록 I] [알림판목록 II] [글목록][이 전][다 음]
[ CnUnix ] in KIDS
글 쓴 이(By): chany ()
날 짜 (Date): 1994년09월14일(수) 04시22분14초 KDT
제 목(Title): [R] 제 화일 시스템이..



chmod - change the permissions mode of a file

 chmod [ -fR ] mode filename ..
       where f is 'force' and R is recursive.

      400    Read by owner.
      200    Write by owner.
      100    Execute (search in directory) by owner.
      040    Read by group.
      020    Write by group.
      010    Execute (search) by group.
      004    Read by others.
      002    Write by others.
      001    Execute (search) by others.
     4000    Set user ID on execution.
     2000    Set group ID on execution (this bit  is  ignored  if
             the  file  is  a directory; it may be set or cleared
             only using symbolic mode).
     1000    Sticky bit, (see chmod(2V) for more information)

for more information, use 'man chmod'.

[알림판목록 I] [알림판목록 II] [글 목록][이 전][다 음]
키 즈 는 열 린 사 람 들 의 모 임 입 니 다.