相続、親が弱ってきたら銀行の預金は親の面倒を見ているものが全て解約して管理すべきである、銀行は解約させない!!

raspberry samba

Raspberry Pi

apt-get install samba

vi /etc/samba/smb.conf

[share]
    comment = Ubuntu File Server Share
    path = /srv/samba/share
    browsable = yes
    guest ok = yes
    read only = no
    create mask = 0755

mkdir -p /srv/samba/share

chown nobody:nogroup /srv/samba/share/

/etc/init.d/samba restart

Raspberry Pi
スポンサーリンク
シェアする
ふじやんをフォローする
スポンサーリンク

コメント