how to set the hostname or username at commamd promt ?
where to set password length,max and min ?
Answers were Sorted based on User's Feedback
Set password length edit /etc/default/password file and
modify max length and min length.
#hostname kiran
#hostname
kiran
to update it permanently update file
/etc/hosts
/etc/inet/ipnodes
/etc/nodename
/etc/hosts.nic
| Is This Answer Correct ? | 16 Yes | 2 No |
Answer / raviga006
edit u r .profile
add this two lines
PS1="\h:\w:> "
export PS1
then u r .profile like . /.profile
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ramkumar
#hostname xxxxxx
#hostname
xxxxxx
And to set it permanently add entries in /etc/hosts
and /etc/sysconfig/network and restart the service
To set password length edit /etc/default/password file
| Is This Answer Correct ? | 1 Yes | 1 No |
What are the steps to be follow to add a disk in veritas & before add the disk what are the steps to be follow
What is the difference between container and zones?
How to findout MAC addess as well as IP address of the host?
If /etc/system file is corrupted how will you recover it , if we dont have a CDROM then what is the procedure?
2 Answers IBM, ITC Infotech, Tech Mahindra,
How to mirror and unmirror a disk?
How to change the default new user shell without mentioning -s /bin/sh in cmd useradd or usermod and which file we need to change? this is not for existing user
How we configure the veritas cluster server for solaris? what r the proceure we have to take configuration
When iam checking the services its showing unintialized then what should i do step by step.pls tell me the answer as soon as posible.
i dont have access to the FTP server, what is the problem and how to trouble shoot?
How to find the network card speed
how to stop the process using process name
Write the steps involved in creating and executing a program to implement the “case” command.