Skip to content

Instantly share code, notes, and snippets.

@abarth500
Last active April 11, 2017 16:33
Show Gist options
  • Save abarth500/63c4cf2aafbe8ab97ca1 to your computer and use it in GitHub Desktop.
Save abarth500/63c4cf2aafbe8ab97ca1 to your computer and use it in GitHub Desktop.
sudo vim /root/credentials_nas.txt
#書き込む内容は下のcredentials_nas.txtを参照せよ
#作成終わったらパーミッションをrootのみに限定する
sudo chown root:toot /root/credentials_nas.txt
sudo chmod 600 /root/credentials_nas.txt
username=【研究室ファイルサーバのユーザ名】
password=【研究室ファイルサーバのパスワード】
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment