블로그
- [Linux] 리눅스 특정 파일 제외 삭제 명령어 (ex : 톰캣 로그폴더 catalina.out 파일 제외 삭제하는 방법) [Linux] 리눅스 특정 파일 제외 삭제 명령어 (ex : 톰캣 로그폴더 catalina.out 파일 제외 삭제하는 방법) 톰캣 위치가 /home/username/tomcat9 인 -name 'catalina.out' -exec rm -rf {} + catalina.out 을 삭제하지 않고 내용만 비우는 명령어는 다음과 같다.
- Linux 기초 d. 파일유지 관리명령(cp,rm,mv,mkdir,rmdir) File maintenance commands cp copy command rm remove file mv move, rename mkdir or rm -r chgrp chown man cp ls -ltr cp george david ls -ltr mkdir king2 rm -r kin
- [RHEL5] 레드햇 리눅스 Repository 설정 따라하기 (Redhat Linux 5 레파지토리) RHEL 5 RedHat Linux 레파지토리 설정에 대해 포스팅을 하겠습니다. 마운트가 잘 되었는지 확인해주세요 - 그다음 yum.repos.d 설정 폴더로 이동 cd /etc/yum.repos.d/ - 폴더 안에 있는 ***.repo 파일들은 모두 삭제해주세요 rm
- Hyper-v VHD compact , type the following commands sync; sleep 30;sync #This is to make sure the data is written to disk rm #Shut down the Linux Virtual Machine and run the Compact Tools at MS Virtual PC sudo shutdown -h 0 마지막으로