ubuntu2 디렉토리 내의 모든 파일 압축풀기 zip 파일을 압축해제 할 경우 find . -name '*.zip' -exec unzip {} \; tar 파일을 압축해제 할 경우파일일 경우 find . -name '*.tar' -exec tar xvf {} \; tar.gz 파일을 압축해제 할 경우파일일 경우 find . -name '*tar.gz' -exec tar xvf {} \; bz2 파일을 압축해제 할 경우파일일 경우 find . -name '*.bz2' -exec tar xvf {} \; 2020. 4. 30. hostname change ubuntu : /etc/hostname 수정 or hostnamectl set-hostname abc centos : /etc/sysconfig/network 수정 or hostnamectl set-hostname myhost 2020. 3. 20. 이전 1 다음