delete user but not in CRON ??

groomy

Verified User
Joined
Dec 16, 2011
Messages
261
Location
AUGNY (France)
Hello, I deleted a user account and since I have an error message during backup. Despite of the account is deleted, it is displayed in the CRON tasks?
How to remove this user in the users file CRON?
thank you
 
How to remove this user in the users file CRON?
I think you want mean: how to remove the cron file of a user?

In a console window, type this command:
Code:
crontab -u username -r
 
Back
Top