둘러보기 메뉴
Toggle navigation
ph
Find
ph
Admin
(
토론
|
기여
)
님의 2011년 5월 19일 (목) 19:22 판
(
차이
)
← 이전 판
|
최신판
(
차이
) |
다음 판 →
(
차이
)
이동:
둘러보기
,
검색
모든 실행파일 찾기
일단 file * | grep executable 이 제일 간단함. find명령으로는
find . -depth 1 -perm -u+x ! -type d
Edit