ごくたまにしかやらなすぎて毎回ググってるので、メモっておく
- document: https://httpd.apache.org/docs/2.4/programs/htpasswd.html
htpasswd -n [user_name]
-n
: Don’t update file; display results on stdout.
はい。
日常のメモと技術メモ
ごくたまにしかやらなすぎて毎回ググってるので、メモっておく
htpasswd -n [user_name]
-n
: Don’t update file; display results on stdout.はい。