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 |
distinguish between physical addresses and logical address?
23 Answers College School Exams Tests, CTS, Infosys, SAX, TATA, TCS,
what these two commands prints "echo test","cat test"?
How do you move a process which is running background to foreground?
what is the difference between pipe(|) and tee command..
What is the significance of the 'tee' command?
why unix operating system provides more security than other operating systems?
How to get a particular string as your prompt ? Give syntax of that command?
What does the metacharacter mean?
Briefly, how do you install Oracle software on UNIX.
Suppose 1000 processes are running on the system out of those if you have to show only certain process ids which command will you use?
How many unix commands are there?
Write a command that will output the sorted contents of a file named in.txt and place the output in another file named out.txt, while at the same time excluding duplicate entries.