chciałbym po ludzku stworzyć skrypt by jakiś to wyglądało a mianowicie
Kod: Zaznacz cały
zip -r /var/archiwum.zip /etc/network/ && sendmail | mutt -s "kopia-dane" [email protected] -a /var/archiwum.zip && rm /var/archiwum.zip && rm sent
Kod: Zaznacz cały
zip -r /var/archiwum.zip /etc/network/ && sendmail | mutt -s "kopia-dane" [email protected] -a /var/archiwum.zip && rm /var/archiwum.zip && rm sent
Kod: Zaznacz cały
#!/bin/bash
if zip -r /var/archiwum.zip /etc/network/
then
sendmail | mutt -s "kopia-dane" [email protected] -a /var/archiwum.zip
fi
rm /var/archiwum.zip /root/sent
exit 0
Chyba przesadzasz z nieznajomością Linuksa, można by od tego czasu niezłe studia skończyć, z Linuksa?azaz1 pisze:jestem totalnym nowicjuszem i motam się w linuxie
Kod: Zaznacz cały
apt install abs-guide
Kod: Zaznacz cały
dpkg -S abs-guide | egrep "*.html"
Kod: Zaznacz cały
file:///usr/share/doc/abs-guide/html/index.html
file:///usr/share/doc/abs-guide/html/writingscripts.html
file:///usr/share/doc/abs-guide/html/tests.html
file:///usr/share/doc/abs-guide/html/exercises.html
man sedmail pisze:DESCRIPTION
The Postfix sendmail(1) command implements the Postfix to Sendmail compatibility interface. For the sake of compatibility with existing applications, some Sendmail command-line options are recognized but silently ignored.
By default, Postfix sendmail(1) reads a message from standard input until EOF or until it reads a line with only a . character, and arranges for delivery. Postfix sendmail(1) relies on the postdrop(1) command to create a queue file in the maildrop directory.
Specific command aliases are provided for other common modes of operation: