Preparation for linux + exams

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Preparation for linux + exams
# 1  
Old 02-21-2006
Preparation for linux + exams

hi,

Kindly give me hints on linux + exam. I am a good users of Redhat linux l therefore want to sit for the exams in the next two weeks.

Thanks

Kayode
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Hundreds of files need manual preparation. Does shell script could do it automatically?

Hello friends, I have hundreds files in hand, which need extract some data from logs and read these data into an input file. Here I will explain in detail using these two files as attached. read some data from .log file and write it into the .in file. **explanation is given inside two... (9 Replies)
Discussion started by: liuzhencc
9 Replies

2. UNIX Desktop Questions & Answers

Linux exams

Can some one give me any link to download gide lines or book for linux exams (0 Replies)
Discussion started by: ded325
0 Replies

3. AIX

aix 000-221 exam preparation

hi guys, i would like to take the exam in object, can you pls suggest me what kind of book or documentation i need to read to know all aix 7 features? (apart hand-on experience) Thanks so much Giulio (7 Replies)
Discussion started by: gullio23
7 Replies

4. Solaris

Solaris 10 exam preparation

Dear all, Can i have solaris 10 exam dumps? Thanks in advance:confused: Rgds | P.Bharathiraja. (5 Replies)
Discussion started by: bharathiraja
5 Replies

5. Linux

LPI exams

Hello, Can any one can guide me on LPI examinations about what is the marking scheme & with study guide links.... (1 Reply)
Discussion started by: binny
1 Replies

6. News, Links, Events and Announcements

Nortel exams

Hey everyone . iam taking some nortel exams in coming few weeks . around 4 of them and came hotcerts.com which is offering $85 all exams package . can anyone tell me how good are their exam materials in reference to real exams ? . i dont want to miss this package if they are good as iam going to... (0 Replies)
Discussion started by: puthupari
0 Replies

7. What is on Your Mind?

UNIX Exams

Hey all. I know this may have been asked before though I thought this would be the best place for teh question. I'm about to start my study days yet again to sit the Sun 210-014 & 015. I was just wondering if anyone else has sat these exams and would like to know if they have any tips for... (1 Reply)
Discussion started by: woofie
1 Replies
Login or Register to Ask a Question
SETSID(1)                                                          User Commands                                                         SETSID(1)

NAME
setsid - run a program in a new session SYNOPSIS
setsid [options] program [arguments] DESCRIPTION
setsid runs a program in a new session. The command calls fork(2) if already a process group leader. Otherwise, it executes a program in the current process. OPTIONS
-c, --ctty Set the controlling terminal to the current one. -w, --wait Wait for the execution of the program to end, and return the exit value of this program as the return value of setsid. -V, --version Display version information and exit. -h, --help Display help text and exit. SEE ALSO
setsid(2) AUTHOR
Rick Sladkey <jrs@world.std.com> AVAILABILITY
The setsid command is part of the util-linux package and is available from https://www.kernel.org/pub/linux/utils/util-linux/. util-linux July 2014 SETSID(1)