- This topic has 0개 답변, 1명 참여, and was last updated 5 years, 6 months 전에 by
익명. This post has been viewed 601 times
-
-
1. fortune만 적용 했을 경우
Kernel 5.3.11-300.fc31.x86_64 on an x86_64 (0) jenifer login: simmon Password: Login incorrect jenifer login: simmon Password: Last failed login: Fri Feb 21 23:41:23 KST 2020 from ::ffff:10.8.0.10 on pts/0 There was 1 failed login attempt since the last successful login. Last login: Wed Feb 19 21:19:50 from ::ffff:10.8.0.14
Majority, n.:
That quality that distinguishes a crime from a law.
2. 위와 같은 로그인 설정과정을 위해 /etc/profile을 수정해서 적용합니다.
# fortune message for login or shell user
echo /usr/bin/fortune -s
echo
3. cowsay를 적용했을 경우
가. 동작
Kernel 5.3.11-300.fc31.x86_64 on an x86_64 (0) jenifer login: simmon Password: Last login: Fri Feb 21 23:41:27 from ::ffff:10.8.0.10 ________________________________________ / IF I HAD A MINE SHAFT, I don't think I \ | would just abandon it. There's got to | | be a better way. | | | \ -- Jack Handey, The New Mexican, 1988. / ---------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||
나. cowsay 설정(/etc/profie)에 아래와 같이 추가
# fortune message for login or shell user
echo /usr/bin/fortune -s|cowsay
echo
4. dnf 명령을 통해 fortune*와 cowsay*를 통해 설치 할 수 있습니다. 특별한 사항 없이 위의 환경 파일 수정
만으로 동작합니다.
- 답변은 로그인 후 가능합니다.