#!/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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 330 |
prosper
|
20년 전 | 2240 | |
| 329 |
prosper
|
20년 전 | 1849 | |
| 328 |
prosper
|
20년 전 | 1660 | |
| 327 | 20년 전 | 3740 | ||
| 326 | 20년 전 | 4816 | ||
| 325 |
hwatta
|
20년 전 | 2435 | |
| 324 |
|
20년 전 | 3119 | |
| 323 | 20년 전 | 5822 | ||
| 322 |
hwatta
|
20년 전 | 2814 | |
| 321 |
hwatta
|
20년 전 | 2294 | |
| 320 |
yesmoa
|
20년 전 | 4548 | |
| 319 | 20년 전 | 2645 | ||
| 318 | 20년 전 | 2222 | ||
| 317 |
kyodon
|
20년 전 | 2750 | |
| 316 | 20년 전 | 2550 | ||
| 315 |
|
20년 전 | 2868 | |
| 314 |
|
20년 전 | 3307 | |
| 313 |
|
20년 전 | 2623 | |
| 312 |
yesmoa
|
20년 전 | 4696 | |
| 311 | 20년 전 | 3224 | ||
| 310 |
홀로남은자
|
20년 전 | 4534 | |
| 309 | 20년 전 | 2990 | ||
| 308 | 20년 전 | 4105 | ||
| 307 | 20년 전 | 4339 | ||
| 306 | 20년 전 | 7008 | ||
| 305 | 20년 전 | 3841 | ||
| 304 | 20년 전 | 2741 | ||
| 303 |
크리스탈처럼
|
20년 전 | 4375 | |
| 302 | 20년 전 | 2188 | ||
| 301 |
|
20년 전 | 4309 | |
| 300 | 20년 전 | 3764 | ||
| 299 | 20년 전 | 2563 | ||
| 298 | 20년 전 | 4791 | ||
| 297 |
|
20년 전 | 2504 | |
| 296 | 20년 전 | 4498 | ||
| 295 | 20년 전 | 3550 | ||
| 294 | 20년 전 | 3569 | ||
| 293 | 20년 전 | 3803 | ||
| 292 | 20년 전 | 3184 | ||
| 291 |
yesmoa
|
20년 전 | 5900 | |
| 290 | 20년 전 | 2919 | ||
| 289 | 20년 전 | 5826 | ||
| 288 |
|
20년 전 | 2350 | |
| 287 |
|
20년 전 | 1754 | |
| 286 |
|
20년 전 | 2124 | |
| 285 |
|
20년 전 | 3514 | |
| 284 |
|
20년 전 | 2016 | |
| 283 |
|
20년 전 | 4382 | |
| 282 | 20년 전 | 3361 | ||
| 281 |
|
20년 전 | 2187 | |
| 280 |
|
20년 전 | 7782 | |
| 279 | 20년 전 | 5522 | ||
| 278 | 20년 전 | 2972 | ||
| 277 |
|
20년 전 | 5551 | |
| 276 | 20년 전 | 2340 | ||
| 275 | 20년 전 | 2573 | ||
| 274 | 20년 전 | 2340 | ||
| 273 | 20년 전 | 2190 | ||
| 272 | 20년 전 | 2111 | ||
| 271 | 20년 전 | 2583 | ||
| 270 | 20년 전 | 2561 | ||
| 269 | 20년 전 | 2447 | ||
| 268 | 20년 전 | 2661 | ||
| 267 | 20년 전 | 2348 | ||
| 266 | 20년 전 | 2550 | ||
| 265 | 20년 전 | 3482 | ||
| 264 |
|
20년 전 | 5337 | |
| 263 |
|
20년 전 | 3696 | |
| 262 | 20년 전 | 3150 | ||
| 261 |
허저비
|
20년 전 | 5906 | |
| 260 |
|
20년 전 | 5699 | |
| 259 | 20년 전 | 4116 | ||
| 258 | 20년 전 | 2365 | ||
| 257 | 20년 전 | 3164 | ||
| 256 | 20년 전 | 1882 | ||
| 255 | 20년 전 | 1547 | ||
| 254 | 20년 전 | 3122 | ||
| 253 | 20년 전 | 3534 | ||
| 252 | 20년 전 | 5082 | ||
| 251 | 20년 전 | 5792 | ||
| 250 | 20년 전 | 3653 | ||
| 249 | 20년 전 | 4990 | ||
| 248 | 20년 전 | 3271 | ||
| 247 | 20년 전 | 3616 | ||
| 246 |
|
20년 전 | 7923 | |
| 245 |
|
20년 전 | 5886 | |
| 244 | 20년 전 | 4467 | ||
| 243 |
|
20년 전 | 4019 | |
| 242 | 20년 전 | 2750 | ||
| 241 | 20년 전 | 2690 | ||
| 240 | 20년 전 | 2323 | ||
| 239 | 20년 전 | 1626 | ||
| 238 |
아우겐나이스
|
20년 전 | 2239 | |
| 237 |
email
|
20년 전 | 3660 | |
| 236 | 20년 전 | 4120 | ||
| 235 | 20년 전 | 10440 | ||
| 234 | 20년 전 | 5039 | ||
| 233 | 20년 전 | 3353 | ||
| 232 | 20년 전 | 3173 | ||
| 231 | 20년 전 | 3808 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기