답변:
이 트릭을 시도하십시오 :
man chmod | less +'/a\+x'
또는
man chmod | more +'/a\+x'
+
뒤에 오는 /
것은 확장 된 정규 표현식 이므로 부호 앞에 백 슬래시 가 있습니다.
-p
스위치는 오히려 꼴 사나운에 대한 필요성 미연에 방지 +/
...
less
(대부분의 호출기) cat
.
less
이미 당신의 남자 호출기, 당신은 또한 실행하여 최적화 할 수 있습니다 LESS=+/searched_string man foobar
. 또한 작업의 장점 것을man -a
내가 아는 한 (그러나 @sputnick이 지적한 것처럼 나는 많이 모른다) 파싱 할 수 있습니다.
man chmod | grep -C 5 'a+x'
매뉴얼 페이지에 실제로 존재하는 문자열을 사용하는 것이 좋습니다.
$ man chmod | grep -C 5 set-user-ID
traversals.
SETUID AND SETGID BITS
chmod clears the set-group-ID bit of a regular file if the file's group ID does not match the
user's effective group ID or one of the user's supplementary group IDs, unless the user has appro‐
priate privileges. Additional restrictions may cause the set-user-ID and set-group-ID bits of
MODE or RFILE to be ignored. This behavior depends on the policy and functionality of the under‐
lying chmod system call. When in doubt, check the underlying system behavior.
chmod preserves a directory's set-user-ID and set-group-ID bits unless you explicitly specify oth‐
erwise. You can set or clear the bits with symbolic modes like u+s and g-s, and you can set (but
not clear) the bits with a numeric mode.
RESTRICTED DELETION FLAG OR STICKY BIT
The restricted deletion flag or sticky bit is a single bit, whose interpretation depends on the