1 which file contains information about os wether it's 32
bit or 64 bit os
2 difference between logical block and physical block??
3 what is the size of logical block and physical block??
4 daemon for nfs on client end as well as server end???
5 how to confirm from client end about nfs server sharing??
6 what contains information about file and directory
creating time or modification time??

Answers were Sorted based on User's Feedback



1 which file contains information about os wether it's 32 bit or 64 bit os 2 difference betw..

Answer / sak

1.which file contains information about os wether it's 32
bit or 64 bit?

ANS: /proc/cpuinfo
or
$uname -m
or
/usr/bin/file

Is This Answer Correct ?    10 Yes 2 No

1 which file contains information about os wether it's 32 bit or 64 bit os 2 difference betw..

Answer / ajay

ANS 4 : server end : portmap AND nfsd
ANS 5 : with mount and showmount -e server IP

Is This Answer Correct ?    8 Yes 1 No

1 which file contains information about os wether it's 32 bit or 64 bit os 2 difference betw..

Answer / pankaj pal

1. We can check wether OS is 32 bit or 64 bit with command
uname -a
Linux gaylord.stata.com 2.6.11-1.27_FC3 #1 Tue May 17
20:24:57 EDT 2005 x86_64 x86_64 x86_64 GNU/Linux

2.Dont know...

3. Logical block size is the size of the blocks that the
system kernel uses to read or write files. The logical
block size is usually different from the physical block
size, which is the size of the smallest block that the disk
controller can read or write, usually 512 bytes.

To Find out Physical Block Size
dumpe2fs <some device> | grep -i 'Block size'

4. Daemon at NFS Server: portmap,NFSD,rpc.mountd
Clinet End : rpc.mountd

5. showmount -e server name

6. inode contains all information about file and
directory

Is This Answer Correct ?    5 Yes 0 No

1 which file contains information about os wether it's 32 bit or 64 bit os 2 difference betw..

Answer / sivakumar

ANS 6 :

An inode is a data structure on a Unix / Linux file system.
An inode stores basic information about a regular file,
directory, or other file system object. You can use
following two commands to display an inode:

[a] ls command : list directory contents

[b] stat command : display file or file system status

eg : # stat /etc/passwd
Output:
File: `/etc/group'
Size: 566 Blocks: 16 IO Block: 4096
regular file
Device: fd00h/64768d Inode: 2443679 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: (
0/ root)
Access: 2009-08-12 08:23:31.245032672 +0530
Modify: 2002-01-01 05:54:15.000000000 +0530
Change: 2002-01-01 05:54:15.000000000 +0530

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Linux AllOther Interview Questions

Through ssh whole directory structure from / is shared regardless the user we have connected with ....... how do i prevent sharing ??

4 Answers   Tech Mahindra,


What are the questions we are expecting for 2yrs. experience guy for linux company interview questions?

1 Answers  


what is the use of runlevel 4 in redhat linux? in which cases it will use.

1 Answers  


How to apply patch for multiple servers .

1 Answers   IBM,


How to send automated email to a set of people at fixed time ?

3 Answers   Accenture, HP,






plz mention some interesting problems you faced and how you solved it?

0 Answers  


what is memory mapped / IO mapped ? Which calls used for this to access any hardware address in linux device driver ?

3 Answers   Broadcom,


How to Create NIS Server And NIS Client? Explain With Example?

1 Answers   Cisco,


How do display error messages instantly when command fails?

4 Answers  


1.how to know cpu information on linux system? 2.how to hardware information on linux system? 3.if we add the new user what are the files will be changed? 4.how to remove the cache in squid server ? 5.how to know ur useing 32bit r 64 bit os ? 6.at booting process at init level which file it is reads? 7.if ur system performance is show what can u do ? 8.if ur file system corrupted what can u do ? fsck also not working? 9.how did u do health check in linux? 10.how did u check system performance in linux? 11.how did u create NIS server? give me the steps ? 12.how did u add a packages in linux ? 13.how did u know depended packages for any package useing rpm how u know? 14.how did you monitor cronjobs in linux ? 15.what is the use of logroted? and how did u do ? 16.port no is already in use so what canu do for that in http? 17.how to samba configurated are not ? there are any command for that ? 18.how to create a NTP Client using commands ? not as graphical... 19.how to know how many members are using any service? like ftp are any other services? 20.what is the differences between cmp,diff,comm commands?

3 Answers  


How to recover a deleted file in linux ?

5 Answers  


what are acl permissions..? what is automation of jobs..?

5 Answers   IBM, TCS,


Categories