리눅스

Linux 시험

두뚜 2021. 5. 17. 09:32

1.

다음과 같은 계정을 생성하시오.

계정명 : user(5점) user는 Sudo 권한을 사용할수 있다

계정명 : user0514(5점) user0514은 shell 에 로그인할수 없다.

 

 

 

 

 

2.

다음과 같은 권한을 갖은 파일을 생성하시오

[user@localhost ~]$ getfacl filea

# file: filea

# owner: user

# group: user

user::r-x

user:user0514:-wx                #effective:-w-

group::rwx                            #effective:-w-

mask::-w-

other::r-x

 

3.

가상머신의 target을 multiuser target으로 변경하시오