Sponsored Content
Full Discussion: Delete all my post
Contact Us Post Here to Contact Site Administrators and Moderators Delete all my post Post 302982525 by Don Cragun on Thursday 29th of September 2016 01:57:12 PM
Old 09-29-2016
And editing your posts in a thread (such as Co existence (Coex) Batch app) so the responses to your question no longer make sense is not acceptable.

This site serves as a learning tool for users who want to learn how to do things. Some ask questions and learn from the answers they receive. Others read the questions asked by others and learn from the answers posted in response. Destroying the discussion in a thread by changing the contents of one or more posts to a completely different topic makes the UNIX and Linux Forums a less valuable learning tool for the thousands of people that use this site.

Please restore the original contents of post #1 in the above thread. If you do not restore the contents of that post, you may be banned from this site.
This User Gave Thanks to Don Cragun For This Post:
 

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

How to Delete a Post

Hi, I have created a new thread. I dont need that thread now. How should I delete it? Nobody has replied yet. Regd, M (5 Replies)
Discussion started by: mahatma
5 Replies

3. 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

4. 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

5. 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

6. 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
CHAGE(1)						      General Commands Manual							  CHAGE(1)

NAME
chage - change user password expiry information SYNOPSIS
chage [-m mindays] [-M maxdays] [-d lastday] [-I inactive] [-E expiredate] [-W warndays] user chage -l user DESCRIPTION
chage changes the number of days between password changes and the date of the last password change. This information is used by the system to determine when a user must change her password. The chage command is restricted to the root user, except for the -l option, which may be used by an unprivileged user to determine when her password or account is due to expire. With the -m option, the value of mindays is the minimum number of days between password changes. A value of zero for this field indicates that the user may change her password at any time. With the -M option, the value of maxdays is the maximum number of days during which a password is valid. When maxdays plus lastday is less than the current day, the user will be required to change her password before being able to use her account. This occurance can be planned for in advance by use of the -W option, which provides the user with advance warning. With the -d option, the value of lastday is the number of days since January 1st, 1970 when the password was last changed. The date may also be expressed in the format YYYY-MM-DD (or the format more commonly used in your area). The -E option is used to set a date on which the user's account will no longer be accessible. The expiredate option is the number of days since January 1, 1970 on which the accounted is locked. The date may also be expressed in the format YYYY-MM-DD (or the format more com- monly used in your area). A user whose account is locked must contact the system administrator before being able to use the system again. The -I option is used to set the number of days of inactivity after a password has expired before the account is locked. The inactive option is the number of days of inactivity. A value of 0 disables this feature. A user whose account is locked must contact the system administrator before being able to use the system again. The -W option is used to set the number of days of warning before a password change is required. The warndays option is the number of days prior to the password expiring that a user will be warned her password is about to expire. If none of the options are selected, chage operates in an interactive fashion, prompting the user with the current values for all of the fields. Enter the new value to change the field, or leave the line blank to use the current value. The current value is displayed between a pair of [ ] marks. NOTE
The chage program requires shadow password file to be available. Its functionality is not available when passwords are stored in the passwd file. FILES
/etc/passwd - user account information /etc/shadow - shadow user account information SEE ALSO
passwd(5), shadow(5) AUTHOR
Julianne Frances Haugh <jockgrrl@ix.netcom.com> CHAGE(1)
All times are GMT -4. The time now is 12:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy