Sponsored Content
Full Discussion: FreeBSD vs CentOS as server
Top Forums UNIX for Beginners Questions & Answers FreeBSD vs CentOS as server Post 302973549 by jwz104 on Wednesday 18th of May 2016 04:17:35 PM
Old 05-18-2016
Quote:
Originally Posted by bakunin
This is perhaps more personal taste or biad than anything else. Regarding FreeBSD or BSD in general: some say that BSD is the salt of the earth - and some say the same about SystemV. Most Unices are "best of both worlds" (with varying definitions of "best") and Linux - in general - is farther up the "BSD-side" than some others (AIX for instance). But if you like BSD or SystemV (or one of their descendants) more of find one of them "harder" than the other is about as easily to answer as "is summer or winter better"?

Therefore we stay away from such discussions as a rule here, acknowledging that both sides have their merits.

I hope that helps.

bakunin
Thanks for this answer, I know that there are a lot of people fan of one OS.

I think I am going to switch to FreeBSD just to try it out.
 

9 More Discussions You Might Find Interesting

1. Linux

CentOS Live Server Migration?

Hello, everyone. I've been lurking on this forum for a while but have never needed to post asking for a bit of help until now. Long story short, I have a test of sorts scheduled with a prospective employer, a managed web hosting company, that involves migrating a hypothetical customer from... (2 Replies)
Discussion started by: Deputy Cartman
2 Replies

2. UNIX for Advanced & Expert Users

Mail server in centos!!

Hi all!! 1. I am totally new to Mail server but now in our management decided to run own mail server, still now we are running our mail server using godaddy!! if we transfer all mail accounts to here means what are the steps i need to do?? 2. I have basic idea in postfix , which... (2 Replies)
Discussion started by: anishkumarv
2 Replies

3. AIX

Server Power7 p750 support CentOS or not ?

Hi All, I would like to install CentOS 5.5 linux on Power7 server (P750). it support or not?? I found information from IBM websites as detail below, but not sure for CentOS. IBM Power 750 support linux >>Red Hat Enterprise Linux 5.5, SUSE Linux Enterprise Server 10 SP3,... (2 Replies)
Discussion started by: arm_naja
2 Replies

4. Linux

Moving Whole OS Centos Server

I currently have a web server its on a small harddrive I didn't know my site would grow so fast but now I need a bigger hard drive. Instead of adding another harddrive (host charge monthly of how many hard drives connected to server) is there anyway to just move the whole os to a bigger hard drive... (2 Replies)
Discussion started by: awww
2 Replies

5. Web Development

Building LAMP server from scratch (build a server with compiled LAMP from CentOS mini)

Hello everyone, I would like to setup a lamp server from a minimal distro and to compile PHP, MySQL and Apache myself. I have chosen CentOS minimal for the OS and I am trying to build the stack by hand... But well, it appears I need some help! First: I am looking for good and recent... (3 Replies)
Discussion started by: freddie50
3 Replies

6. UNIX for Advanced & Expert Users

CentOS VPS Server Apache Alias

All, We have a hosted CentOS 6 VPS server, using CPanel to install/config the domains/subdomains and installed osTicket in: my.domain.com/tkng/ We are trying to define the following Apache alias: my.domain.com/tickets which has to point to: my.domain.com/tkng/upload/ CPanel... (0 Replies)
Discussion started by: TBotNik
0 Replies

7. UNIX for Beginners Questions & Answers

Not able to execute standard commands on centos 7 server

I am not able to run basic commands on my centos 7 server. The PATH variable looks correct I think. I have not seen this before and not sure what to do next. Thank you :). # cd /usr/bin # ls bash: ls: command not found... Similar command is: 'lz' nano ~/.bashrc bash: nano: command not... (6 Replies)
Discussion started by: cmccabe
6 Replies

8. UNIX for Beginners Questions & Answers

Server refused our key - Centos 7

I generated rsa key-pair, Using puttygen.exe running on windows, I imported the private key and tried to use it to login to a CentOS Linux release 7.5.1804 (Core) (running on VirtualBox) and it gives the following error: "server refused our key". I tried to search for solution and some of the... (0 Replies)
Discussion started by: Chiadi
0 Replies

9. UNIX for Advanced & Expert Users

Build NFS Server on CentOS

Dear All, I'm using AWS EC2 instance for my application. My application is high disk I/O based and EFS could not be used in my case. So, i need to build my own NFS server on Ec2 instance. I'm looking for High availability solution for my disk which i shared for NFS. Looking for builtin... (5 Replies)
Discussion started by: Bala
5 Replies
WHICH(1)						    BSD General Commands Manual 						  WHICH(1)

NAME
which -- locate a program file in the user's path SYNOPSIS
which [-as] program ... DESCRIPTION
The which utility takes a list of command names and searches the path for each executable file that would be run had these commands actually been invoked. The following options are available: -a List all instances of executables found (instead of just the first one of each). -s No output, just return 0 if all of the executables are found, or 1 if some were not found. Some shells may provide a builtin which command which is similar or identical to this utility. Consult the builtin(1) manual page. SEE ALSO
builtin(1), csh(1), find(1), locate(1), whereis(1) HISTORY
The which command first appeared in FreeBSD 2.1. AUTHORS
The which utility was originally written in Perl and was contributed by Wolfram Schneider <wosch@FreeBSD.org>. The current version of which was rewritten in C by Daniel Papasian <dpapasia@andrew.cmu.edu>. BSD
December 13, 2006 BSD
All times are GMT -4. The time now is 12:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy