Can any of you pls. answer these queries.1. Whaere is the password entry of a user sgtored.2. How will u find out your terminal file name.3. What is the maximum length of a filename in Unix.4. Which ls options makes directory and executables seperatly.5. What does three links to a directory indicate6. What is the block size in Unix.

Questions by udaybond   answers by udaybond

Showing Answers 1 - 3 of 3 Answers

Nisheeth Rai

  • Nov 13th, 2006
 

1- Different operating systems store password in different ways and location.

Be sure of - you can't read the password because it is encrypted.

HP-UX stores it in /etc/passwd file third field (separated by :) is the encrypted password.

Solaris keeps it in /etc/shadow file.

2- tty command

3- Different file name size in different OS. It depends on type of file system also. You need to find out the OS and file system type and then you can come to know this.

4- ls -F will show directories as abc/ and executables as xyz*

5- Question itself is not clear, what you want to know.

6- Again depends on OS type and file system type.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions