urgent- please answer these set of questions


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers urgent- please answer these set of questions
# 1  
Old 05-12-2006
urgent- please answer these set of questions

Hi,
I have a few questions to be answered.Please help me out in this.Its urgent.

1) what does ' $* ' mean, what does it do ?
2) Command to change UNIX Password.
3) What is Daemon processes ?
4) How do u execute a Unix command or process in the background ?
5) What is nohup ?
6) Difference between softlink and hardlink ?
7) Command to display space usage on a UNIX file system ?
8) How would you change alloccurances of a value using VI ?

please help.

cheers.
# 2  
Old 05-12-2006
hard link and soft link?
hard link associates 2 or more file names with the same inode. Hard links share the same data blocks on the hard disks, while they continue to behave as independent files

Soft link or symbolic link (or for short: symlink): a small file that is a pointer to another file. A symbolic link contains the path to the target file instead of a physical location on the hard disk. Since
inodes are not used in this system, soft links can span across partitions.
# 3  
Old 05-12-2006
Is this homework? Sounds like homework.

-X
# 4  
Old 05-13-2006
here...

again the homework, get "UNIX in 24 hours" book or "UNIX Essentials and UNIX Core" DVD as they addresses all of these questions.
# 5  
Old 05-13-2006
How to change password, check this: man passwd

For nohup, check this: man nohup

For space usage in a file system:
Code:
df -v

For regular expressions help, check this: Regular Expressions

For daemon process info, check this: WhatisDaemon

To run the job in background, check the manual pages of: bg & fg

For $*, see the man page of sh: man sh

Hope it helps.

Regards,
Tayyab

Last edited by tayyabq8; 05-13-2006 at 04:55 AM..
# 6  
Old 05-14-2006
Quote:
Originally Posted by amro1
get "UNIX in 24 hours" book or "UNIX Essentials and UNIX Core" DVD as they addresses all of these questions.
Why not search on Google (or any other search engine)? Save yourself a few bucks.
# 7  
Old 05-14-2006
Doesn't anyone else see that this is homework...?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

==please answer the following questions==

Hello :) ! i've few doubts. 1) how can we find the newly attached disk in SOLARIS ? 2) how to change port number of a service ? 3) how can we find that autofs is running in our system without using svcs and prstat commands ? 4) we know that there are several types of dns servers in... (0 Replies)
Discussion started by: vamshigvk475
0 Replies

2. UNIX for Dummies Questions & Answers

Need answer for these LINUX questions URGENT!!

I am very new to LINUX and could not find answer to these questions please submit your comments and suggestions to answer these questions. Appreciate your time thank you, :) 1. Make sure there is no filename1.txt in current directory first. Now, enter vi with "vi filename1.txt" command. vi... (4 Replies)
Discussion started by: linux17
4 Replies

3. UNIX for Dummies Questions & Answers

Need answer for these LINUX questions URGENT!!

I am very new to LINUX and could not find answer to these questions please submit your comments and suggestions to answer these questions. Appreciate your time thank you, :) If you look at the permissions associated with a symbolic link, it has universal access. Does this lead to security... (0 Replies)
Discussion started by: linux17
0 Replies

4. Solaris

Please give me answer for these interview questions.

As i'm going to attend my first interview day after tomorrow, What should i need to answer if the interviewer asked me about 1. Tell me about your production environment. 2. What about your team size? 3. Tell me about the most critical situation/issue you have ever faced. Can any... (10 Replies)
Discussion started by: Sesha
10 Replies

5. Shell Programming and Scripting

How to answer the Questions in Perl .

I need to write a script to telnet or ssh a device the execute some commands in device then copy the output in a file, I wrote the script but I faced one issue, when you execute some commands the device asked me a Question, for example : device # copy run tftp device # Source filename ? ... (3 Replies)
Discussion started by: DarkSoul
3 Replies

6. UNIX for Dummies Questions & Answers

can any one please answer these questions

6.nohup cmn is used to Prot execn of pgm frm aborting when hangup s/g is rxd Not hangup modem Disconn a node frm s/m Chng execn prev of pgm .wat is the o/p? Cut -d”” -f3 file1/sort -r Display 3rd col of file 1 in asc order Disp 3rd col of file 1 in desc Not ... (1 Reply)
Discussion started by: techguru
1 Replies

7. UNIX for Dummies Questions & Answers

Unix Experts Answer this INterview Questions please

1, why Boot server should be in a network in jumpstart? 2, what is the different between patch and package? 3, how to list the avilable NIC in solaris9? 4, User complaing system is slow (solaris) what are the steps to check? 5, what is hardware error and software error and Transport Error? in... (5 Replies)
Discussion started by: suresh_krish
5 Replies

8. Shell Programming and Scripting

Answer Terminal Questions With Shell Script?

First off, I am using Mac OS X, with Apple Remote Desktop. I have to install several app's on teachers' laptops which are on several cd's that I have made disk images of. (DMG's) To do rollouts quicker, I have written a script to mount the disk images and running the installers inside each of... (4 Replies)
Discussion started by: The Reepr
4 Replies

9. UNIX for Dummies Questions & Answers

urgent answer these please

Hi, Please explain what does '$*' mean. what does the command cd /~abc do, especially what does '~' mean? cheers. (1 Reply)
Discussion started by: uni_ajay_r
1 Replies
Login or Register to Ask a Question