Ubuntu notes

From Simon's Help System
Revision as of 11:39, 11 June 2025 by Simon (talk | contribs) (Created page with "== Cron Jobs == When creating a cron job using ''crontab -e'' always log in as ''sudo su'' first. This makes sure the tasks are run at the administrator level ---- == SQL Dump== Its in /home/hassio/temp as ''simon.sql'' == Find Command== <pre> find -iname temp.smb 2>/dev/null </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Cron Jobs

When creating a cron job using crontab -e always log in as sudo su first. This makes sure the tasks are run at the administrator level


SQL Dump

Its in /home/hassio/temp as simon.sql

Find Command

find -iname temp.smb 2>/dev/null