After creating user account successfully it shows 64
blocks.what for these 64 blocks are used and what information
is stored in this blocks?
Answers were Sorted based on User's Feedback
Answer / khamruddin
those 64 blocks size are for
" local.cshrc,local.login.local.profile" files When we add
a new user by default this files are created in users home
directory,whose capacity is 64bytes...
thanks & regards
k.khamruddin
| Is This Answer Correct ? | 32 Yes | 1 No |
Answer / rathnasekaran.r(tcs,chennai)
Size depends on default files defined for homedirectory
which is under /etc/skel
-rw-r--r-- 1 root sys 136 Apr 12 2005
local.cshrc
-rw-r--r-- 1 root root 167 Apr 12 2005
local.login
-rw-r--r-- 1 root root 184 Apr 12 2005
local.profile
Sometimes we should get 24 blocks created ,
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / prathap reddy
when we create a user by default three files will be
updated in users home directory those are "
local.cshrc,local.login.local.profile"whose capacity is 64
bytes.....
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / mohammed mukram
I created a user john, so if u check the files in the home
directory of john , you can see 3 files, whose size is 64 bytes.
# su john
# ls
home
# cd home
# ls
john
# cd john
# ls
local.cshrc local.login local.profile
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / megastar chiru
64blocks mean to create min size of your home directory. it
is depend on your way of add/creating user.
/usr/sbin/useradd -u xx -g xy -m /export/home/useryy -s
/bin/sh -k /etc/skel useryy will give you 64 blocks output
/user/sbin/useradd useryy ---> this will also add/create a
user with defaults. mean without home directory. in passwd
file will show you default home directory of the user. but
you can't place any files on it. but first syntax we can
create/save files.
| Is This Answer Correct ? | 7 Yes | 12 No |
Explain rc script and run level
How to set passwd never expire for a user
How to bring the resource to online and offline
How do you add the disk without reboot the server?
How do you check the no of user logged into the system
How to add a root dg?
How to review multiple MAC Addess in Solaris?
How many filed in /etc/vfstab
How to grow disk size in SDS
What is the difference between dsk and rdsk
If user is not loging in to server what is the problem?
How to mirror and unmirror a disk?