Sponsored Content
Full Discussion: How to Delete a Post
Contact Us Post Here to Contact Site Administrators and Moderators How to Delete a Post Post 101789 by RTM on Monday 13th of March 2006 08:18:22 AM
Old 03-13-2006
Again, these forums are to provide assistance to those who come here - your latest thread where you have a problem and found your own solution will be helpful to new people in the future (it will give them the answer they are searching for if they have the same situation). It will also show them that sharing what we learn is what this site is all about AND that sometimes, the best of us find our own answers and share them also.
 

6 More Discussions You Might Find Interesting

1. Forum Support Area for Unregistered Users & Account Problems

Delete post please

Admin: I have 2 postings for FTP issues can you delete both of them. I resolve the problems by myself. Thanks (1 Reply)
Discussion started by: newbie05
1 Replies

2. Post Here to Contact Site Administrators and Moderators

Delete post

ADMIN: Please delete my following post: How to print out last part of awk token/string? Thank you (1 Reply)
Discussion started by: rory7902
1 Replies

3. Post Here to Contact Site Administrators and Moderators

Please delete the post

Hi Moderator.. Please delete all my post.. some my post has confidential details of my company... i unknowning posted that ... is it possible to remove those.. i couldn't able to edit those bz those r closed .. (1 Reply)
Discussion started by: girija
1 Replies

4. Post Here to Contact Site Administrators and Moderators

Please delete my post which was posted wrongly

Hi Moderator, Please delete the below post which i posted by mistake.Thanks in advance. https://www.unix.com/shell-programming-and-scripting/260605-closed-script-not-working-new-post.html Kindly help me on this. Thanks, vijay (1 Reply)
Discussion started by: bhas85
1 Replies

5. Post Here to Contact Site Administrators and Moderators

Need to delete the post

Hi Administrator, Please delete the following post as soon as possible. https://www.unix.com/shell-programming-and-scripting/199817-solved-running-script-remotely-sudo-id.html (8 Replies)
Discussion started by: arjunprathap
8 Replies

6. Post Here to Contact Site Administrators and Moderators

Delete all my post

Dear administrator Please delete all my posting, topics and user account. I will create a new user account myself. Thanks for the effort render. (2 Replies)
Discussion started by: houmingc
2 Replies
THREAD-KEYRING(7)					     Linux Programmer's Manual						 THREAD-KEYRING(7)

NAME
thread-keyring - per-thread keyring DESCRIPTION
The thread keyring is a keyring used to anchor keys on behalf of a process. It is created only when a thread requests it. The thread keyring has the name (description) _tid. A special serial number value, KEY_SPEC_THREAD_KEYRING, is defined that can be used in lieu of the actual serial number of the calling thread's thread keyring. From the keyctl(1) utility, '@t' can be used instead of a numeric key ID in much the same way, but as keyctl(1) is a program run after forking, this is of no utility. Thread keyrings are not inherited across clone(2) and fork(2) and are cleared by execve(2). A thread keyring is destroyed when the thread that refers to it terminates. Initially, a thread does not have a thread keyring. If a thread doesn't have a thread keyring when it is accessed, then it will be created if it is to be modified; otherwise the operation fails with the error ENOKEY. SEE ALSO
keyctl(1), keyctl(3), keyrings(7), persistent-keyring(7), process-keyring(7), session-keyring(7), user-keyring(7), user-session-keyring(7) Linux 2017-03-13 THREAD-KEYRING(7)
All times are GMT -4. The time now is 12:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy