Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- DNS
- iptables
- 솔라리스
- Hack
- rm
- 디스크
- Disk
- Python
- ext3
- Bash
- goaccess
- PERL
- apachetop
- http
- cadre
- PORT
- 쇼펜의상속자 #킨텍스메가쇼 #섬유향수탈취제
- Kernel
- 리눅스
- ext4
- Linux
- 칭찬교육
- pid
- rsync
- 좌절교육
- rm -rf
- Performance
- Cache
- windows
- CPU
Archives
- Today
- Total
목록Move (1)
Ben's
mv --strip-trailing-slashes 옵션 소개
--strip-trailing-slashes remove any trailing slashes from each SOURCE argument ================================================ ★ --strip-trailing-slashes 옵션 미사용시: txt를 디렉토리로 인식하여 링크 걸린 /하위 파일들을 /home/test1 아래로 move 시켜버림(심각한 문제 발생!!) [root@pdns-test03 test]# mkdir /home/test1 [root@pdns-test03 test]# pwd /root/test [root@pdns-test03 test]# ls txt@ [root@pdns-test03 test]# mv -v txt/ /home/test1 ..
리눅스
2013. 4. 5. 14:37