Unix and Linux Discussions Tagged with account |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
3 |
2,301 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
7,387 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
13,299 |
Forum Support Area for Unregistered Users & Account Problems |
|
|
|
13 |
3,659 |
Shell Programming and Scripting |
|
|
|
0 |
12,518 |
Windows & DOS: Issues & Discussions |
|
|
|
4 |
3,589 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
3,487 |
Solaris |
|
|
|
2 |
5,695 |
Red Hat |
|
|
|
11 |
23,273 |
OS X (Apple) |
|
|
|
1 |
2,814 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
3,631 |
Solaris |
|
|
|
0 |
1,387 |
Software Releases - RSS News |
|
|
|
0 |
1,032 |
Software Releases - RSS News |
|
|
|
0 |
4,105 |
OS X Support RSS |
|
|
|
2 |
2,568 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
0 |
993 |
Software Releases - RSS News |
|
|
|
0 |
6,542 |
OS X Support RSS |
|
|
|
5 |
3,415 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
0 |
1,218 |
Software Releases - RSS News |
|
|
|
1 |
1,722 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
11 |
5,624 |
Shell Programming and Scripting |
|
|
|
0 |
984 |
Software Releases - RSS News |
|
|
|
0 |
1,961 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
1,908 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
3 |
15,908 |
Shell Programming and Scripting |
|
|
|
3 |
19,275 |
AIX |
|
|
|
0 |
2,400 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
35,036 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,564 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
0 |
4,136 |
Forum Support Area for Unregistered Users & Account Problems |
|
|
|
0 |
1,172 |
Software Releases - RSS News |
|
|
|
6 |
41,918 |
Solaris |
|
|
|
1 |
10,256 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,149 |
Software Releases - RSS News |
|
|
|
0 |
3,404 |
Forum Support Area for Unregistered Users & Account Problems |
|
|
|
1 |
2,315 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
1 |
1,990 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,006 |
Software Releases - RSS News |
|
|
|
2 |
3,569 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
56,606 |
HP-UX |
dsenableroot(8) BSD System Manager's Manual dsenableroot(8)
NAME
dsenableroot -- enables or disables the root account.
SYNOPSIS
dsenableroot [-d] [-u username] [-p password] [-r rootPassword]
DESCRIPTION
dsenableroot sets the password for the root account if enabling the root user account. Otherwise, if disable [-d] is chosen, the root
account passwords are removed and the root user is disabled.
A list of flags and their descriptions:
-u username
Username of a user that has administrative privileges on this computer.
-p password
Password to use in conjunction with the specified username. If this is not specified, you will be prompted for entry.
-r rootPassword
Password to be used for the root account. If this is not specified for enabling, you will be prompted for entry.
EXAMPLES
-dsenableroot
Your username will be used and you will be queried for both your password and the new root password to be set to enable the root
account.
-dsenableroot -d
Your username will be used and you will be queried for only your password to disable the root account.
-dsenableroot -u username -p userpassword -r rootpassword
The supplied arguments will be used to enable the root account.
-dsenableroot -d -u username -p userpassword
The supplied arguments will be used to disable the root account.
Mac OS August 08 2003 Mac OS