Misc/Linux

system log 삭제

기린정 2023. 4. 13. 15:22

//system log 위치

cd /var/log

**rm 명령어로 삭제 하면 안됌. !!!

sudo sh -c 'cat /dev/null > /var/log/syslog'

728x90

'Misc > Linux' 카테고리의 다른 글

Linux Kernel 1. compile kernel  (0) 2024.03.13
ubuntu bluetooth beacon scanner  (0) 2023.04.17
Ubuntu NTP 설정  (0) 2023.04.14
우분투 18.04 bluetooth driver install (iptime bt50) 설정  (0) 2023.03.16
Gnome-panel 안뜰 때 수정  (0) 2023.02.07