access file

Q. Can you connect a Linux server to a Windows server 2003 or Windows server 2008 for sharing files and printer? Can you access files stored on Windows server from Linux server?

{ 2 comments }

Apache Log Files

by Vivek Gite on June 8, 2008 · 16 comments

How do I find out Apache http server log files location? How do I change the location of Apache log file under Linux / UNIX operating system?

{ 16 comments }

Q. I’ve Postfix based CentOS Linux server. I need to blacklist email ID: user@abadboy.com . How do I blacklist email address with postfix? I also have spamassassin software installed. A. By default, the Postfix SMTP server accepts any sender address. However you can block / blacklist sender email address easily with Postfix. It has SMTP [...]

{ 15 comments }

How Linux file permissions work

by Vivek Gite on February 13, 2006 · 12 comments

Linux (and almost all other Unixish systems) have three user classes as follows: User (u): The owner of file Group (g): Other user who are in group (to access files) Other (o): Everyone else You can setup following mode on each files. In a Linux and UNIX set of permissions is called as mode: Read [...]

{ 12 comments }