버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

Similar to Juniper JUNOS


Shells

vBash

코드 블럭
languagetext
linenumberstrue
vyos@vyos:~$ cat /etc/passwd
root:x:0:0:root:/root:/bin/bash
...
vyos:x:1002:100::/home/vyos:/bin/vbash
...

How to use Bash

코드 블럭
languagetext
linenumberstrue
vyos@vyos:~$ echo $SHELL
/bin/vbash

vyos@vyos:~$ sudo su -- root
root@vyos:/home/vyos# echo $SHELL
/bin/bash

...