sudo tee 명령어 썸네일형 리스트형 tee 명령어 tee 명령어방식1명령어 → 파일 지정 → 내용sudo tee [파일경로] > /dev/null 방식2내용 생성 → 파이프 → 명령어 → 파일 지정cat 1. sudo tee -a 사용(권장)cat /dev/null# Add parameter for WebServer* soft nofile 65535* hard nofile 65535* soft nproc unlimited* hard nproc unlimitedEOF2. 직접 파일 수정sudo cat > /etc/security/limits.conf# Add para.. 더보기 이전 1 다음