[Wireshark] Could not create profiles directory
Error 내용
Could not create profiles directory
사용자명/.config/Wireshark
Permission denied
해결
Could not create profiles directory
사용자명/.config/Wireshark
Permission denied
https://ask.wireshark.org/question/13076/could-not-create-profiles-directory/
위의 글을 보고 해결했다.
Permission denied 인 것으로 보아 권한 설정 문제인것 같다.
해결법은 터미널을 실행하고,
$ sudo chown 사용자명:group ~/.config
위 명령어를 실행하고 Wireshark를 재실행하니 오류가 뜨지 않았다.
Author And Source
이 문제에 관하여([Wireshark] Could not create profiles directory), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@jw4185/Wireshark-Could-not-create-profiles-directory저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)