| Article: |
Learning the Terminal in Jaguar, Part 1 | |
| Subject: | after changing my cleanup schedule | |
| Date: | 2003-10-09 16:47:00 | |
| From: | anonymous2 | |
|
after changing my cleanup schedule I'm trying to setup sendmail and when I type cat /etc/mal/sendmail.cf itdisplays the content but when I attempted to sudo cp -p sendmail.cf sendmail.cf.bak it says theres no such file or directory...... why?? |
||
Showing messages 1 through 1 of 1.
-
after changing my cleanup schedule
2003-10-15 01:57:57 anonymous2 [View]



You have two options, either:
1) Enter "cd /etc/mail" and then try again "sudo cp -p sendmail.cf sendmail.cf.bak".
2) Use the full path name in your command: "sudo cp -p /etc/mail/sendmail.cf /etc/mail/sendmail.cf.bak"
Michael.