Revision History2016/05/16 18:03:44 - 최초 작성 Tested: OS X El Capitan Version 10.11.4 맨 페이지의 정보는 -P 옵션으로 cat 명령을 호출하여 쉽게 표준 출력으로 내보낼 수 있습니다. man 명령의 도움말$ man -h man, version 1.6c usage: man [-adfhktwW] [section] [-M path] [-P pager] [-S list] [-m system] [-p string] name ... a : find all matching entries c : do not use cat file d : print gobs of debugging information D : as for -d, but also displa..
Revision History2016/05/16 17:28:38 - 최초 작성 Update DateJuly 08, 2004 맥의 Man Page 검색이 되지 않는 일부 명령어를 위해서 따로 글로 작성해둡니다.CHMOD(1) BSD General Commands Manual CHMOD(1) NAME chmod -- change file modes or Access Control Lists SYNOPSIS chmod [-fv] [-R [-H | -L | -P]] mode file ... chmod [-fv] [-R [-H | -L | -P]] [-a | +a | =a] ACE file ... chmod [-fhv] [-R [-H | -L | -P]] [-E] file ... chmod [-fhv] [-R [..
Revision History2016/05/16 17:06:38 - 최초 작성 Update DateNov 29, 2010 맥의 Man Page 검색이 되지 않는 일부 명령어를 위해서 따로 글로 작성해둡니다.XATTR(1) BSD General Commands Manual XATTR(1) NAME xattr -- display and manipulate extended attributes SYNOPSIS xattr [-lrsvx] file ... xattr -p [-lrsvx] attr_name file ... xattr -w [-rsx] attr_name attr_value file ... xattr -d [-rsv] attr_name file ... xattr -c [-rsv] file ... xatt..