Sponsored Content
Operating Systems BSD Please HELP this stupid lady!! Post 97030 by linuxpenguin on Wednesday 25th of January 2006 12:50:34 PM
Old 01-25-2006
why dont you share the machine to have both the OS, not sure if FreeBSD allows that, but most of the linux allows sharing windows OS with it. that would be the best treaty Smilie
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Really New and probably stupid...

I am interested in installing a Unix operating system onto my PC. I was wondering which system would be the best for a total newbie and also how much knowledge of programming languages do I need to get decent results with a Unix system? I really am starting from scratch so please help all that you... (1 Reply)
Discussion started by: Dr_KillBlair
1 Replies

2. UNIX for Dummies Questions & Answers

Stupid Question?

I have a SparcStation 10 and it came with an external CD Rom Drive. I am trying to install Solaris 2.6 Server on this machine from the Cd Rom. At the OK> prompt I type "boot cdrom - browser" and I get an error: scsi device not found:error = -1 or something to that effect. Does anyone have any... (9 Replies)
Discussion started by: jskillet
9 Replies

3. UNIX for Dummies Questions & Answers

I am stupid

I am trying to tar file to a local tape drive using tar cf /dev/rmt/0cn ./directory The process appears to run and I can see activity on the tape drive, but, then I use tar t /dev/rmt/0cn but I do not see anything there. I am running Solaris 8 on a 420R. (5 Replies)
Discussion started by: CoreyH
5 Replies

4. UNIX for Dummies Questions & Answers

Really Stupid

I Know this is a really stupid question but if you can please expalin me. I know how to compile a file in unix whith c++ but i dont know how to execute it. I was expectin something like in windows that there will be created a *.rpm file or somethin like that (like *.exe in windows) .... ... (2 Replies)
Discussion started by: user666
2 Replies

5. UNIX for Dummies Questions & Answers

stupid question!?

fedora core 2 xx8. 5xx version (not sure! not sure how to look it up either..(except on boot sorry!!)).. :( the linux version I started on last year was an old redhet 6.0 version with only text mode.. back then for some reason I knew I how to get rid of whole directories without a) going through... (6 Replies)
Discussion started by: moxxx68
6 Replies

6. UNIX for Dummies Questions & Answers

One stupid question

Has anybody come across the situation when after openning the cover of HP9000 the PC will not start. We checked everything but did not manage to find any solution to that. The PS seems to be functionning (at lease we can hear it clicking). Please help us solving the problem. Thanks to everybody. (2 Replies)
Discussion started by: Andrey Malishev
2 Replies

7. UNIX for Dummies Questions & Answers

Stupid question

Hi all, Please excuse my ignorance - I'm a Cisco kid and my knowledge of Unix is somewhat flaky!! Basically we're running MRTG on an HP-UX server and wondered what the "-" means in the following text within the crontab file - -* * * * * root /home/mrtg/fwdev01.sh I... (3 Replies)
Discussion started by: freakydancer
3 Replies

8. UNIX for Dummies Questions & Answers

Stupid question

I just began learning how to use Unix, so forgive my stupidity. I know this is answered somewhere but it's pretty specific and probably easily answered. When I use some commands (particularly recently, the grep command) my terminal seems to freeze up. It switches out of bash mode and into the... (2 Replies)
Discussion started by: ems5311
2 Replies

9. What is on Your Mind?

Just did something so stupid...

Firstly I'm learning shell scripting and I came across this example in Classic Shell Scripting dirpath=`eval echo '${'"$envvar"'}' 2>/dev/null | tr : ' ' ` And I immediately became perplexed as to how $envvar gets expanded in between the surrounding single quotes, until 20 minutes later i... (2 Replies)
Discussion started by: Riker1204
2 Replies
CR_SEEOTHERUIDS(9)					   BSD Kernel Developer's Manual					CR_SEEOTHERUIDS(9)

NAME
cr_seeotheruids -- determine visibility of objects given their user credentials SYNOPSIS
int cr_seeotheruids(struct ucred *u1, struct ucred *u2); DESCRIPTION
This function determines the visibility of objects in the kernel based on the real user IDs in the credentials u1 and u2 associated with them. The visibility of objects is influenced by the sysctl(8) variable security.bsd.see_other_uids. If this variable is non-zero then all objects in the kernel are visible to each other irrespective of their user IDs. If this variable is zero then the object with credentials u2 is vis- ible to the object with credentials u1 if either u1 is the super-user credential, or if u1 and u2 have the same real user ID. SYSCTL VARIABLES
security.bsd.see_other_uids Must be non-zero if objects with unprivileged credentials are to be able to see each other. RETURN VALUES
This function returns zero if the object with credential u1 can ``see'' the object with credential u2, or ESRCH otherwise. SEE ALSO
cr_seeothergids(9), p_candebug(9) BSD
November 11, 2003 BSD
All times are GMT -4. The time now is 01:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy