처음으로

리눅스마스터 2급

2021년 12월 11일 기출문제

33. 다음은 ihduser가 사용 가능한 셸의 정보를 확인하는 과정이다. ( 괄호 ) 안에 들어갈 옵션으로 알맞은 것은?

10.gif

공유
정답보기
<<이전
다음>>
목록
  • 2022.03.08 12:10:44

    [root@centos7 ~]# chsh --help

    Usage:
     chsh [options] [username]

    Options:
     -s, --shell <shell>  specify login shell
     -l, --list-shells    print list of shells and exit

    : shell의 list를 보여준다.

     -u, --help     display this help and exit
     -v, --version  output version information and exit

    For more details see chsh(1).
     

     

     

    [root@centos7 ~]# chsh -l
    /bin/sh
    /bin/bash
    /usr/bin/sh
    /usr/bin/bash
    /bin/tcsh
    /bin/csh
    /bin/ksh
    /bin/rksh
     

    0 0
  • 서버에 요청 중입니다. 잠시만 기다려 주십시오...