8 More Discussions You Might Find Interesting
1. What is on Your Mind?
I just found the website coolerbooks.com a couple weeks ago. It was a site that had loads of free ebooks for download.
But now it seems to have been hijacked by some Microsoft search thing.
There was an article last year claiming it teamed with Google (the anti-Microsoft!) to offer the... (2 Replies)
Discussion started by: KenJackson
2 Replies
2. Solaris
what happened to admintool in Solaris10? (2 Replies)
Discussion started by: mndavies
2 Replies
3. UNIX for Dummies Questions & Answers
Hello,
I have created a dosrename script and it was working fine unitl today. I can't think what i have changed (don't think i have to be honest). The error is when i run the script it says the file i am trying to rename does not exist when it blatently does.
Or is it a typo when i run the... (4 Replies)
Discussion started by: jazz8146
4 Replies
4. UNIX for Dummies Questions & Answers
I've been using a mkisofs line like this for years without problem
# mkisofs -J -R -V 'Vol Label' -o /output/path/FILE.ISO /input/path/
Now, however, it gives a UTR-8 character message at the start
INFO: UTF-8 character encoding detected by locale settings.
Assuming UTF-8... (0 Replies)
Discussion started by: Bobby
0 Replies
5. Shell Programming and Scripting
The second script seems not to work. (3 Replies)
Discussion started by: endeavour1985
3 Replies
6. What is on Your Mind?
:D anyone hear from ygor..?
haven't seen him post in a while... wonder what he is up to..!
the last i heard he was the D25khan.. that was him right guys ???
being a newbie myself that is one dude that i admire. him Norsk, Perdebro, RTM , Google and Zazzybob all real genius.. and the most... (2 Replies)
Discussion started by: moxxx68
2 Replies
7. SuSE
I posted three specific queries relating to Suse earlier today but they've disappeared.
I originally incorrectly posted them in the Unix begiiners forum, edited them out from there and re-posted under Linux.
I'm guessing they've been mistaken for some kind of flood post as they have the same... (3 Replies)
Discussion started by: Mark Ward
3 Replies
8. UNIX for Dummies Questions & Answers
Ahhhh!!!!!!!!
All of my user accounts can no longer login. I suspected a corrupt passwd file, but everything looks OK and the passwd file works when I copy it to another system. All user accounts cannot login...they recieve a "No directory defined" error, but I can logon using root just fine. I... (13 Replies)
Discussion started by: jskillet
13 Replies
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)