Sponsored Content
Full Discussion: help mounting a phone!
Operating Systems BSD help mounting a phone! Post 302157011 by Fanny Zoddar on Wednesday 9th of January 2008 07:15:22 PM
Old 01-09-2008
thank you so much!!!!

not very graceful wot happened tho! i ran

mount_msdosfs /dev/da1s1 /mnt/phone

the terminal said the action wasnt permited, then suddenly the whole system recognised it! pc-bsd opened a popup asking wot i wanted to do, i clicked open, and behold, the job was done!!!!

thanks again!
 

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Phone Directory

Hi Guys; im new here...my name is Mark and im a student from sinapore...i need help with a project im working on...can someone tell me how to create a phone directory with scripting which must include user-ID and password...im so worried right now cause i don't know where to start..i... (3 Replies)
Discussion started by: MaRk2002
3 Replies

2. UNIX for Advanced & Expert Users

Phone dialer?

Dos someone know of a simple phone dialer I can use to paste in a phone number, and dial it? It's a lazy habit I got into using Dos, and Windows. Sonshyne5 (10 Replies)
Discussion started by: Sonshyne5
10 Replies

3. UNIX for Dummies Questions & Answers

Phone Dialer?

Is there a phone # dialer for Unix? I'm specifically looking for one in the OS X terminal, but I can run it through my FreeBSD computer too. --Andrew (0 Replies)
Discussion started by: andrewgray
0 Replies

4. AIX

Phone support

We have a 7028 p series server that has a lapsed hardware service contract, and I was attempting to create a billable tech support phone call, and IBM said that they do on site billable only. Is anybody out there aware of reputable third party support companies I might be able to contact. I have... (7 Replies)
Discussion started by: markper
7 Replies

5. UNIX for Dummies Questions & Answers

Connecting a phone

I have an LG VX9800 (The V), am using Linux Mint, and just downloaded BitPim. The problem: BitPim doesn't detect my phone. Then again, the computer doesn't even do that. I read here (under Reference > USB > Linux USB Setup) about direct USB access, but Linux Mint apparently doesn't use hotplug. Or... (0 Replies)
Discussion started by: Zucriy Amsuna
0 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:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy