How to modify the user from ragu to haz

Answers were Sorted based on User's Feedback



How to modify the user from ragu to haz..

Answer / baskar

format:
usermod -m -d /export/home/(newuser) -l (newuser) (olduser)
m - creates home directory if it does not exist.
d - home directory of the user
l - login name of the new user


#usermod -m -d /export/home/haz -l haz ragu

Is This Answer Correct ?    8 Yes 2 No

How to modify the user from ragu to haz..

Answer / sbrahman75

# usermod –d /export/home/haz –m –l haz ragu

Is This Answer Correct ?    6 Yes 2 No

How to modify the user from ragu to haz..

Answer / sachin

usermod -m -d /export/home/newusername -l newusername
oldusername

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Solaris Commands Interview Questions

How to start / stop the nfs server

2 Answers  


how to stop the process using process name

10 Answers   HP,


How to check the no of the processor available

4 Answers  


How many ufsdump level

1 Answers  


How to display the volume configuration information?

2 Answers  






My solaris system has 16GB RAM and swap. /tmp is associated to swap. We use vmstat command to get used system memory. We observe that once we fill up /tmp, it reflects in vmstat command. My intention is only to get overall used memory in RAM. 1. Can you let me know the if there is a solaris command to just get used memory in RAM? 2. How is /tmp filling up associated to "free memory" in vmstat command?

2 Answers  


How to find the demo?

1 Answers  


how to configure samp in solaris 5.10 sparc architecture

2 Answers   Accel, Wipro,


what is differnce between boot -s and boot -S ?

3 Answers  


How will you clear the soft error on disk

1 Answers  


What is default permission of files and directory?

4 Answers  


How to change network interface property in Solaris?

2 Answers   HCL,


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)