How to remove a crontab file?
Answers were Sorted based on User's Feedback
Answer / upendar
crontab -r [username]
where username specifies the name of the user's account for which you want to remove a crontab file. Removing crontab files for another user requires superuser privileges.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between pipe (|) and tee command in unix
Give the command to display space usage on the UNIX file system.
What is grep short for?
How to delete a directory containing files and folders?
what is the command to find out the difference between files and folders?
What is the difference between pipe and xargs?
what is the use of nice command?
What is the comma to display different lines that are found when compare two files?
What are the commands in UNIX to list the files in a Directory?
Using unix command how to display no of records in oracle?
What is the use of sed command in unix?
29. How to display top 10 users Who | head -10 | wc –w