How will retrieves incoming mails from different web sites
Answers were Sorted based on User's Feedback
Answer / bc
telnet mail.domain-name 110
USER <user-name>
PASS <password>
Now to see a list of emails awaiting for collection use the
command LIST
To view the contents of email type RETR <id>
==============
retrieving mail using IMAP
telnet mail.domain-name 143
a01 login <user-name> <password>
Is This Answer Correct ? | 14 Yes | 0 No |
Where can I find bash in linux?
Suppose I lost a root password and I need to give it, I treid to change it through single usermode even though I am not get a password, then what is the otherprocedure to give a root password?
In /boot/grub/grub.conf file there is a line kernel /vmlinuz-version ro root=/dev/sda2, What is the meaning of "/" before vmlinuz? Pls explain?
How do I know my shell?
I have my default runlevel is init5 now i have configured to init 3,now i wanna run my system in init3 process without reboot the system .How will you do for this scenario?
How to give acl permission in numerical mode on linux?
What would be the result of issuing the command cat phonenos?
What is build process?
What the command used for search file or files for specific text?
what is the command for finding the higest memory occupied file in linux?
Write a cron entry for the following scenario:- At 10:30 AM for every Sunday of every 1st month of a quarter.
What does in makefile do?