#!/bin/bash
############# start ##################
# copyright(c)조훈현
#시나리오 : 퇴근시간이 다되었고
#애인과 퇴근 1시간후에 약속이 되어있다.
#그런데 긴급한 상황으로 system에 1000명이 넘는 사용자의
#계정에 특정파일을 패치 해야한다.
#수동으로 한다면 4시간으로도 해결은 불가능하다.
#그러나 간단한 shell 프로그래밍은 애인과의 저녁시간을
#확보시켜준다.
#주의 : 단 사용자의 홈디렉토리가 한디렉토리의
#subdiretory 이어만 한다.
####################################
echo " input target file or directory: "
read target
echo " input destination directory : "
read destination
for dir in `ls -l $destination | grep '\<d' | cut -c 57-100`
do
cp -r $target /$destination/$dir
done
echo "complete copy!!!"
exit 0
############# E N D #############
만약 home디렉토리가 /home의 subdiretory가 아니라면
----------------------------------------------
for dir in `ls -l $destination | grep '\<d' | cut -c 57-100`
do
cp -r $target /$destination/$dir
done
----------------------------------------------
를 아래의
------------------------------------------------------------
for dir in `tail +$(cut -f 1,3 -d: /etc/passwd | grep -n 500 | cut -f 1 -d:) /etc/passwd | cut -f 6 -d:`
do
cp -r $target $dir
done
------------------------------------------------------------
로 치환한다
주의!! 이프로그램 실행으로 일어나는 어떠한 책임도 저작권자는 책임이 없음을 밝힙니다.
학습용으로 사용하시길 권장합니다.~~^^<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:32:05 Linux에서 이동 됨]</div>
############# start ##################
# copyright(c)조훈현
#시나리오 : 퇴근시간이 다되었고
#애인과 퇴근 1시간후에 약속이 되어있다.
#그런데 긴급한 상황으로 system에 1000명이 넘는 사용자의
#계정에 특정파일을 패치 해야한다.
#수동으로 한다면 4시간으로도 해결은 불가능하다.
#그러나 간단한 shell 프로그래밍은 애인과의 저녁시간을
#확보시켜준다.
#주의 : 단 사용자의 홈디렉토리가 한디렉토리의
#subdiretory 이어만 한다.
####################################
echo " input target file or directory: "
read target
echo " input destination directory : "
read destination
for dir in `ls -l $destination | grep '\<d' | cut -c 57-100`
do
cp -r $target /$destination/$dir
done
echo "complete copy!!!"
exit 0
############# E N D #############
만약 home디렉토리가 /home의 subdiretory가 아니라면
----------------------------------------------
for dir in `ls -l $destination | grep '\<d' | cut -c 57-100`
do
cp -r $target /$destination/$dir
done
----------------------------------------------
를 아래의
------------------------------------------------------------
for dir in `tail +$(cut -f 1,3 -d: /etc/passwd | grep -n 500 | cut -f 1 -d:) /etc/passwd | cut -f 6 -d:`
do
cp -r $target $dir
done
------------------------------------------------------------
로 치환한다
주의!! 이프로그램 실행으로 일어나는 어떠한 책임도 저작권자는 책임이 없음을 밝힙니다.
학습용으로 사용하시길 권장합니다.~~^^<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:32:05 Linux에서 이동 됨]</div>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8030 | 9년 전 | 356 | ||
| 8029 | 9년 전 | 296 | ||
| 8028 | 9년 전 | 257 | ||
| 8027 | 9년 전 | 270 | ||
| 8026 | 9년 전 | 325 | ||
| 8025 | 9년 전 | 373 | ||
| 8024 | 9년 전 | 337 | ||
| 8023 | 9년 전 | 386 | ||
| 8022 | 9년 전 | 312 | ||
| 8021 | 9년 전 | 323 | ||
| 8020 | 9년 전 | 311 | ||
| 8019 | 9년 전 | 337 | ||
| 8018 | 9년 전 | 440 | ||
| 8017 | 9년 전 | 532 | ||
| 8016 | 9년 전 | 321 | ||
| 8015 | 9년 전 | 383 | ||
| 8014 | 9년 전 | 319 | ||
| 8013 | 9년 전 | 230 | ||
| 8012 | 9년 전 | 239 | ||
| 8011 | 9년 전 | 441 | ||
| 8010 | 9년 전 | 295 | ||
| 8009 | 9년 전 | 276 | ||
| 8008 | 9년 전 | 282 | ||
| 8007 | 9년 전 | 423 | ||
| 8006 | 9년 전 | 458 | ||
| 8005 |
|
9년 전 | 964 | |
| 8004 | 9년 전 | 345 | ||
| 8003 | 9년 전 | 413 | ||
| 8002 | 9년 전 | 320 | ||
| 8001 |
|
9년 전 | 663 | |
| 8000 | 9년 전 | 411 | ||
| 7999 | 9년 전 | 369 | ||
| 7998 | 9년 전 | 423 | ||
| 7997 | 9년 전 | 305 | ||
| 7996 | 9년 전 | 530 | ||
| 7995 | 9년 전 | 452 | ||
| 7994 | 9년 전 | 320 | ||
| 7993 | 9년 전 | 379 | ||
| 7992 | 9년 전 | 502 | ||
| 7991 | 9년 전 | 244 | ||
| 7990 | 9년 전 | 269 | ||
| 7989 | 9년 전 | 296 | ||
| 7988 | 9년 전 | 720 | ||
| 7987 | 9년 전 | 417 | ||
| 7986 | 9년 전 | 407 | ||
| 7985 | 9년 전 | 504 | ||
| 7984 | 9년 전 | 425 | ||
| 7983 | 9년 전 | 655 | ||
| 7982 | 9년 전 | 508 | ||
| 7981 | 9년 전 | 460 | ||
| 7980 | 9년 전 | 487 | ||
| 7979 | 9년 전 | 456 | ||
| 7978 | 9년 전 | 440 | ||
| 7977 | 9년 전 | 380 | ||
| 7976 | 9년 전 | 845 | ||
| 7975 | 9년 전 | 357 | ||
| 7974 | 9년 전 | 386 | ||
| 7973 | 9년 전 | 590 | ||
| 7972 | 9년 전 | 375 | ||
| 7971 | 9년 전 | 453 | ||
| 7970 | 9년 전 | 289 | ||
| 7969 | 9년 전 | 537 | ||
| 7968 | 9년 전 | 377 | ||
| 7967 | 9년 전 | 363 | ||
| 7966 | 9년 전 | 365 | ||
| 7965 |
|
9년 전 | 1008 | |
| 7964 | 9년 전 | 395 | ||
| 7963 | 9년 전 | 387 | ||
| 7962 | 9년 전 | 368 | ||
| 7961 |
전갈자리남자
|
9년 전 | 502 | |
| 7960 | 9년 전 | 957 | ||
| 7959 | 9년 전 | 548 | ||
| 7958 | 9년 전 | 403 | ||
| 7957 | 9년 전 | 362 | ||
| 7956 | 9년 전 | 365 | ||
| 7955 | 9년 전 | 443 | ||
| 7954 | 9년 전 | 369 | ||
| 7953 | 9년 전 | 421 | ||
| 7952 | 9년 전 | 349 | ||
| 7951 | 9년 전 | 497 | ||
| 7950 | 9년 전 | 382 | ||
| 7949 | 9년 전 | 382 | ||
| 7948 | 9년 전 | 321 | ||
| 7947 | 9년 전 | 927 | ||
| 7946 | 9년 전 | 423 | ||
| 7945 | 9년 전 | 389 | ||
| 7944 | 9년 전 | 415 | ||
| 7943 | 9년 전 | 369 | ||
| 7942 | 9년 전 | 401 | ||
| 7941 | 9년 전 | 384 | ||
| 7940 | 9년 전 | 876 | ||
| 7939 | 9년 전 | 347 | ||
| 7938 | 9년 전 | 377 | ||
| 7937 | 9년 전 | 272 | ||
| 7936 | 9년 전 | 878 | ||
| 7935 | 9년 전 | 439 | ||
| 7934 | 9년 전 | 408 | ||
| 7933 | 9년 전 | 502 | ||
| 7932 | 9년 전 | 471 | ||
| 7931 | 9년 전 | 525 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기