![Arch를 새로 설치하면 sudo가 사용자에게 작동하지 않습니다](https://linux55.com/image/218101/Arch%EB%A5%BC%20%EC%83%88%EB%A1%9C%20%EC%84%A4%EC%B9%98%ED%95%98%EB%A9%B4%20sudo%EA%B0%80%20%EC%82%AC%EC%9A%A9%EC%9E%90%EC%97%90%EA%B2%8C%20%EC%9E%91%EB%8F%99%ED%95%98%EC%A7%80%20%EC%95%8A%EC%8A%B5%EB%8B%88%EB%8B%A4.png)
Arch 설치는 xcfe4, xorg 및 networkmanager를 제외하면 매우 간단합니다. sudo를 기본 계정으로 사용하면 "사용자가 sudoers 파일에 없습니다"라는 메시지가 나타납니다.
이건 내 파일이야
비쥬도
# User privilege specification
##
root ALL=(ALL:ALL) ALL
## Uncomment to allow members of group wheel to execute any command
%wheel ALL=(ALL:ALL) ALL
/etc/그룹
wheel:x:998:andrew
산출
[andrew@1551-VOSTRO ~]$ sudo pacman -Syu
[sudo] password for andrew:
andrew is not in the sudoers file.
나는 이것이 간단하다고 가정하지만 일반적으로 sudo는 설치, Wheel 그룹 옵션의 주석 처리 제거 및 사용자를 그룹에 추가하는 것만 큼 간단합니다.