본문 바로가기

Linux

[CentOS 7]Pwgen 설치

1. epel-release를 최신 버전으로 업데이트

[root@localhost ~]# yum -y install epel-release

2. Pwgen설치

[root@localhost ~]# yum install pwgen

3. Pwgen 실행 방법

[root@localhost ~]# pwgen 10 1

- 10자리의 암호 1개 생성(랜덤 문자)

: Usage: pwgen [ OPTIONS ] [ pw_length ] [ num_pw ]

'Linux' 카테고리의 다른 글

[CentOS 7]Zabbix 3.2 -> 4.0 업그레이드  (0) 2020.06.24
[CentOS 7]Graylog 3 설치  (0) 2020.06.24
[CentOS 7]Nmap설치  (0) 2020.06.24
[CentOS 7]MongoDB 설치  (0) 2020.06.24
[CentOS 8]Apache 설치  (0) 2020.06.11