「Shell」実行ユーザー名を取得するサンプル

2020年10月29日

サンプルコード
#!/bin/bash

loguser=$(whoami)

echo $loguser

shellscript

Posted by arkgame