Sponsored Content
Full Discussion: background for unix
Top Forums UNIX for Dummies Questions & Answers background for unix Post 11785 by Cameron on Wednesday 12th of December 2001 04:14:41 AM
Old 12-12-2001
Grab Unix Complete by Sybex.
ISBN: 0-7821-2528-X

Apart from providing a great overview and what I've found as invaluable newbie reading, it's always with me as a quick reference.

I highly reccomend it, but it's not the "Be-All-And-End-All" of Unix references as you could imagine.

Hope that helps.
 

9 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Unix Background

Hi, I'm new to this forums and to Unix OS... Is this the right place to put this thread? I just need to ask how to set the wallpaper that goes through the x-term windows in a Unix system? It's as if the x-term windows is transparent... I tried modifying the .login file and things got... (5 Replies)
Discussion started by: Gri3v3r7
5 Replies

2. UNIX for Dummies Questions & Answers

dos background to unix admin.... any advise?/

is it possible to see what is in a dds tape? like in dos, we can write dir a: to see the contents of it? thanks PS : actually, i came from a DOS background. so most of the time, i will try to relate unix to dos. of course, dos never came close to unix. but unix is like many instances of... (1 Reply)
Discussion started by: yls177
1 Replies

3. Shell Programming and Scripting

background process

Hi, In shell script when I use script1 >> filelog the echo statments of script1 gets printed in the filelog but when I try to run script in background i.e, script1 & >> filelog nothing gets printed in the filelog. Anybody knows whats going on here. thanks (3 Replies)
Discussion started by: k_oops9
3 Replies

4. UNIX for Dummies Questions & Answers

setting Background Wallpapers in hp Unix

Hi All I am new to the big world of UNIX . I have hp 11.20 unix installed . How do i set my own wallpapers (in jpeg,jpg etc format ) for different workspaces . ???? (0 Replies)
Discussion started by: varungupta_82
0 Replies

5. Shell Programming and Scripting

how to set background color in Unix terminal

Hi All, how do I set in .profile file Unix terminal background color = BLUE ? Please advice me. :confused: (2 Replies)
Discussion started by: raghur77
2 Replies

6. Shell Programming and Scripting

Running a unix script(which is calling another script inside that) in background

Hi all, I am having a script ScriptA which is calling a script ScriptB in the same server and copying files to second server and have to execute one script ScriptC in the second server. THis First script ScriptA is the main script and i have to execute this process continously. for Keeping... (2 Replies)
Discussion started by: rohithji
2 Replies

7. Programming

Unix Shell background processing

So I made my own unix shell, but i want to make a background process when using the & appended to the end, so far most of the commands seem to work (except cd, but thats another story) right now here is what I have got. Im thinking maybe I shouldn't be using switch and maybe switch it to... (27 Replies)
Discussion started by: Mercfh
27 Replies

8. Shell Programming and Scripting

Need help on background processes

Hi, I have a schell script parent.ksh from which I am calling three background processes a.ksh,b.ksh and c.ksh. Once these three processes completes the next step in parent.ksh should execute. How to achieve this? Please help me.... Thanks... (1 Reply)
Discussion started by: ravinunna
1 Replies

9. Shell Programming and Scripting

How to run multiple functions in Background in UNIX Shell Scripting?

Hi, I am using ksh , i have requirement to run 4 functions in background , 4 functions call are available in a case that case is also in function, i need to execute 1st function it should run in background and return to case and next i will call 2nd function it should run in background and... (8 Replies)
Discussion started by: karthikram
8 Replies
libdoor(3LIB)							Interface Libraries						     libdoor(3LIB)

NAME
libdoor - doors library SYNOPSIS
cc [ flag... ] file... -ldoor [ library... ] #include <door.h> DESCRIPTION
The functions in this library provide programmatic access to doors, including the ability to create and call them. Doors are a fast light- weight RPC mechanism for secure control transfer between processes on the same machine. Conceptually, a thread in one process can issue a call using a door descriptor that causes code to be executed in another process and then returns using the traditional synchronous RPC model. Doors can also be used to pass data and file descriptors between processes. INTERFACES
The shared object libdoor.so.1 provides the public interfaces defined below. See intro(3) for additional information on shared object interfaces. door_bind door_call door_create door_cred door_info door_return door_revoke door_server_create door_ucred door_unbind FILES
/lib/libdoor.so.1 shared object /lib/64/libdoor.so.1 64-bit shared object ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsl | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
intro(3), door_bind(3DOOR), door_call(3DOOR), door_create(3DOOR), door_cred(3DOOR), door_info(3DOOR), door_return(3DOOR), door_revoke(3DOOR), door_server_create(3DOOR), door_ucred(3DOOR), attributes(5) Stevens, W. Richard. UNIX Network Programming, Volume 2: Interprocess Communications, 2/e. Tucson, Ariz.: Prentice Hall, 1999. SunOS 5.10 24 Mar 2004 libdoor(3LIB)
All times are GMT -4. The time now is 09:46 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy