Error Case | Linux | You need to be root to perform this command 에러.

🛟 Dive.·2024년 2월 24일
post-thumbnail

root 권한이 아닐경우 발생하는 에러.

  1. root 계정으로 전환.

    1. su - root
  2. root 권한으로 명렁어 수행하기
    1. sudo {명령어}

    su (switch user) : 로그아웃 없이 계정 전환 명령어
    sudo (superuser do) : root 권한으로 수행하는 명령어.

profile
Data Science. DevOps.

0개의 댓글