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 use of wild cards?
What command a user use to view a long text file one page at a time in UNIX?
How to get a particular string as your prompt ? Give syntax of that command?
what are wild cards?
What is the use of egrep command in unix?
What does the command '$ls | wc –l > file1' do?
What is pid?
use of ls command
their is a file1,file2 and i want to append file1 data to file2?
How do I search for a file in unix command?
What does mkdir up2date; touch outdated up2date do?
What command will change your prompt to myprompt?