Sponsored Content
Full Discussion: Jumping from Solaris to BSD?
Operating Systems BSD Jumping from Solaris to BSD? Post 302443311 by figaro on Sunday 8th of August 2010 07:17:07 AM
Old 08-08-2010
The future of OpenSolaris looks highly uncertain at present, indeed. Among the BSD distributions, FreeBSD is the general purpose distribution, and the rest are special distributions for users with specific demands. It seems you will benefit most from FreeBSD given its wide userbase. We never have had any hardware issues with FreeBSD, but perhaps it is good to mention that we are not experienced in setting up wireless connections, which may be a requirement. Sometimes there is some unexpected behavior in automounting usb drives.
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

linux + bsd + solaris

I prepare to install linux distros , freebsd and solaris(totally 6 OS) in a 40G harddisk, but I fail to do it, so I would like to ask some question here. Can different distros share the same linux swap?or each distros need to have their own? I made 6 partitions(5 x 7G , 1 x 4G) and 256M(I... (8 Replies)
Discussion started by: jcheng
8 Replies

2. UNIX for Dummies Questions & Answers

Solaris , *BSD

Are Solaris's commands the same with *BSD's commands ? Thanks (1 Reply)
Discussion started by: Sasuke
1 Replies

3. BSD

for linux and BSD users interested in Unix system V/bsd

for all you unix/linux interested heres an online book for free that covers the basics of BSD SysV Unix commands and applications . giving the average linux user a perspective on the differences in context of the two operating systems and for BSD users covers material as a refernce guide. ... (0 Replies)
Discussion started by: moxxx68
0 Replies

4. Programming

porting solaris to BSD

Hi i have a C program that i need to port from solaris to BSD The flags i pass on CC in solaris are -lsocket -lnsl I use sockets and threads anyone know flags for BSD (1 Reply)
Discussion started by: yngwie
1 Replies

5. Solaris

Solaris is like BSD or Not ?

I'm attached to a Linux system that is giving me options to use BSD formats or Unix formats. For Example ps -ax or ps ax. I need to know which is the Solaris flavor. Thanks. (6 Replies)
Discussion started by: DavidS
6 Replies

6. Solaris

jumping from one line to another

Hi, Thanks (10 Replies)
Discussion started by: rocky1954
10 Replies

7. Solaris

Solaris 10 dual boot with BSD on virtualbox

Hi there, I am new to this operating system, so would like to ask for directions on how to go about doing Solaris 10 dual boot with freeBSD on a virtual machine (virtualbox). Do you have to partition the disk to allow for another OS to occupy? Like in windows? I tried doing this but failed... (6 Replies)
Discussion started by: czy
6 Replies
CR_CANSEE(9)						   BSD Kernel Developer's Manual					      CR_CANSEE(9)

NAME
cr_cansee -- determine visibility of objects given their user credentials SYNOPSIS
#include <sys/param.h> #include <sys/systm.h> #include <sys/ucred.h> int cr_cansee(struct ucred *u1, struct ucred *u2); DESCRIPTION
This function determines the visibility of objects in the kernel based on the real user IDs and group IDs in the credentials u1 and u2 asso- ciated with them. The visibility of objects is influenced by the sysctl(8) variables security.bsd.see_other_gids and security.bsd.see_other_uids, as per the description in cr_seeothergids(9) and cr_seeotheruids(9) respectively. RETURN VALUES
This function returns zero if the object with credential u1 can ``see'' the object with credential u2, or ESRCH otherwise. ERRORS
[ESRCH] The object with credential u1 cannot ``see'' the object with credential u2. [ESRCH] The object with credential u1 has been jailed and the object with credential u2 does not belong to the same jail as u1. [ESRCH] The MAC subsystem denied visibility. SEE ALSO
cr_seeothergids(9), cr_seeotheruids(9), mac(9), p_cansee(9) BSD
November 19, 2006 BSD
All times are GMT -4. The time now is 08:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy