Daum 어학사전으로 모르는 단어와 문장을 손쉽게 찾아보세요.
PC웹, 모바일, 태블릿 PC에서 편리하게 사용하실 수 있습니다.

Daum 단어장 바로가기 Daum 단어장 메뉴 바로가기 Daum 단어장 내용 바로가기

단어장

리눅스 명령어

(기타, 웃자웃어, 67개, 2011.11.17최종수정)

단어 목록

발음듣기 |
선택내용 : 최신순 선택옵션

01 * * * * root run-parts /etc/cron.hourly

01 * * * * root run-parts /etc/cron.hourly

02 4 * * * root run-parts /etc/cron.daily

02 4 * * * root run-parts /etc/cron.daily

22 4 * * 0 root run-parts /etc/cron.weekly 0부터 일요일

22 4 * * 0 root run-parts /etc/cron.weekly 0부터 일요일

42 4 1 * * root run-parts /etc/cron.monthly crontab에 추가

42 4 1 * * root run-parts /etc/cron.monthly crontab에 추가

/etc/crontab

/etc/crontab

ls -l /home | grep "^d" | awk '{print tar cvfpz " $9"\.tar\.gz" " /home/"$9}'

ls -l /home | grep "^d" | awk '{print tar cvfpz " $9"\.tar\.gz" " /home/"$9}'

grep -n '^linux' /etc/passwd 끝나는건 & ex] '.bak&'

grep -n '^linux' /etc/passwd 끝나는건 & ex] '.bak&'

grep '.bak&' datafile

grep '.bak&' datafile

find / -type f -exec egrep -i "1234" /dev/null {} \;

find / -type f -exec egrep -i "1234" /dev/null {} \;

find / -name .rhost -exec ls -l {} \; find / -name .bash_history -exec ls -l {} \; -> 용량이 0이라면 해킹되었을 가능성이 높음 find / -nouser -nogroup -execs ls -l {} \; -> 소유자가 없는 파일

find / -name .rhost -exec ls -l {} \; find / -name .bash_history -exec ls -l {} \; -> 용량이 0이라면 해킹되었을 가능성이 높음 find / -nouser -nogroup -execs ls -l {} \; -> 소유자가 없는 파일
이전페이지 없음 1 2 3 4 5 다음페이지