From command line how will you add a user account?
Answers were Sorted based on User's Feedback
Answer / srinivas kalvacherla
#useradd -u userid
-d user home dir
-g primary group
-G secondary groups
-c coment
-s shell
-e expiry date
-m usera/c
-p project name
-R role
Regards
kalvacherla.srinivas@gmail.com
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rajan.v.r
$adduser <username>
$passwd <username>
then it will ask passward.....
| Is This Answer Correct ? | 2 Yes | 1 No |
How will you run the script in UNIX?
. Using sed and grep, write a command which lists files and directories with following properties: (i) created in 1999 (ii) with user's as owner and group
What steps are required to perform a bare-metal recovery?
What are each of the standard files and what are they normally associated with?
The UNIX shell is.... a).does not come with the rest of the system b).forms the interface between the user and the kernal c) does not give any scope for programming d) deos not allow calling one program from with in another e) all of the above
Explain about Inodes?
What is major difference between the Historic Unix and the new BSD release of Unix System V in terms of Memory Management?
What UNIX command will control the default file permissions when files are created?
Explain iostat, vmstat and netstat.
How does the inode map to data block of a file?
process id for kernell process?
What is the difference between a soft link and a hard link?