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 |
The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above
Explain how to use grep command to list find the records of a file containing 10 different strings?
what is the use of the hidden files?
What will the following command do?
What is the difference between a hard link and a soft link in Unix?
Explain command to show the space allocation of files?
What is ‘ps’ command for?
What is the comma to display different lines that are found when compare two files?
how to change a normal file into hidden file
How to check the flavor of UNIX?
How to see unused port number in Solaris?
How i'll delete a particular line from the file? Please give answer as soon as possible. Thanks in advance.