Ubuntu notes: Difference between revisions

From Simon's Help System
Jump to navigation Jump to search
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>"
 
(No difference)

Latest revision as of 12:39, 11 June 2025

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