Sponsored Content
Special Forums UNIX Desktop Questions & Answers X11 Display Problem with Mac OSX after creating new account Post 302568561 by Bocephus85 on Thursday 27th of October 2011 03:41:42 PM
Old 10-27-2011
If I ls -l /tmp I get the following:
Code:
ls -l /tmp/
total 8
srwxrwxrwx  1 flc      wheel    0 Oct 26 13:41 com.hp.launchport=
srwxrwxrwx  1 flc      wheel    0 Oct 26 13:43 dbus-DMXDk1Aevk=
-rw-r--r--  1 flc      wheel  157 Oct 26 13:43 fink-dbus-session-510
drwx------  3 flc      wheel  102 Oct 26 13:41 launch-3pw9FX/
drwx------  3 flc      wheel  102 Oct 26 13:41 launch-IA1Re7/
drwx------  3 flc      wheel  102 Oct 26 13:41 launch-Uv2Dss/
drwx------  3 forrest  wheel  102 Oct 27 13:54 launch-W6u7fI/
drwx------  3 forrest  wheel  102 Oct 27 13:54 launch-iVCuNz/
drwx------  3 forrest  wheel  102 Oct 27 13:54 launch-mB6ACp/
drwx------  3 flc      wheel  102 Oct 26 13:40 launchd-84.ngzEjz/

The user flc is me and forrest is the name of my previous account (which I have yet to remove from this machine)
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Mac OSX vs. UNIX

To anyone that has the answer: What does UNIX have that Mac OSX doesn't. I am a programmer, and I am wondering if I could just get Mac OSX for my programming needs instead of UNIX. But my major question is what does UNIX have that Mac OSX doesn't. Thank you if you have the answer, and are willing... (2 Replies)
Discussion started by: REM
2 Replies

2. UNIX for Dummies Questions & Answers

Mac OSX question

Hi. Is it possible to execute a Cocoa (or Carbon or eaven a classic) program for mac OSX in the terminal window? OSX finder can sometimes be so busy that it wont respond for several minutes, ie if you are uploading a very big file/files to a afp server. Then it would have been nice to start... (7 Replies)
Discussion started by: nicke30
7 Replies

3. UNIX Desktop Questions & Answers

Mac Osx.2

I finally broke down and decided to buy a new piece of hardware. I think I made the right decision when I chose an Apple iBook - OSX is incredible! I haven't used a Mac since System7.5, and 10.2 is just blowing me away! Best of all, it's easy to use for people who are not used to Mac, but if I... (5 Replies)
Discussion started by: LivinFree
5 Replies

4. Windows & DOS: Issues & Discussions

win-xp/mac-osx

I'm currently looking for an emulation program that would allow me to open and run osx app.s and programs on a windows xp based system. if not is there a unix/linux/lindows program that may do the same? (3 Replies)
Discussion started by: area51nstk
3 Replies

5. Filesystems, Disks and Memory

unix executable file problem on MAC OSX ??? please help

I've got this problem. My computers and external hard drives are converting many of my files to a Unix Executable File which has a grey terminal looking icon. I don't understand what is causing this to happen. It is happening to a large number of my image file of different formats and also... (1 Reply)
Discussion started by: chadb
1 Replies

6. OS X (Apple)

Mac OSX kernel

is there anyway of looking at, and if possible, modifying it? (2 Replies)
Discussion started by: cleansing_flame
2 Replies

7. OS X (Apple)

Creating Shell Script for STIG Checklist MAC OSX 10.6

Hello, I am new to Mac OSX and shell scripting all together. I was wondering if anyone could help get me started in a few scenarios so that I would be able to automate checking a system against a STIG checklist. A STIG Checklist is a DoD Guideline for securing systems. Here is the first... (3 Replies)
Discussion started by: john3j04
3 Replies

8. UNIX for Advanced & Expert Users

[Solved] putty+x11:How do I pass X11 display rights to "su"?

I can log into a unix system with Putty. I've set the "X11 forwarding" checkbox, and I've verified that I can display an X11 window back on my laptop. What I need to be able to do is "su" to another uid after logging in and then run something which display a window back on my laptop, with the... (2 Replies)
Discussion started by: dkarr
2 Replies
NATURALSTRCMP(3)					       MBK UTILITY FUNCTIONS						  NATURALSTRCMP(3)

NAME
naturalstrcmp - compare string in alphabetical order for letters and numerical for digits. ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.fr SYNOPSYS
#include "mut.h" int naturalstrcmp(s, t) char *s, *t; PARAMETERS
s Pointer to the first string to compare t Pointer to the second string to compare DESCRIPTION
naturalstrcmp is an alphanumerical comparison function that ensures x12 > x2 for example. First, the alphabetical part of the string is compared, using strcmp(3), then, if it has trailing numbers, they are compared using a numerical function. RETURN VALUES
naturalstrcmp has the same return values than the standard library strcmp(3) function. EXAMPLE
#include "mut.h" static int connectorcmp(flc, slc) locon_list **flc, **slc; { return naturalstrcmp((*slc)->NAME, (*flc)->NAME); } SEE ALSO
mbk(1), strcmp(3). BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. ASIM
/LIP6 October 1, 1997 NATURALSTRCMP(3)
All times are GMT -4. The time now is 11:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy