![]() |
|
|
|
|
|||||||
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| some questions about UNIX 5.0.6 , Help me please | mrr53 | SCO | 2 | 10-26-2007 11:53 PM |
| 2 Unix questions | kaka | UNIX for Dummies Questions & Answers | 8 | 10-20-2007 08:56 PM |
| New To Unix - Some Questions! | yahoo14 | UNIX for Dummies Questions & Answers | 1 | 06-07-2006 10:43 PM |
| Some UNIX Questions! | JoeTheMan | UNIX for Dummies Questions & Answers | 1 | 01-18-2006 09:30 PM |
| I have a few questions about Unix.. | SolidWing68 | UNIX for Dummies Questions & Answers | 1 | 08-11-2005 02:22 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
unix questions
Hi
I got asked over the phone for interview can anyone answer the following #1 What is the command to copy files from 1 Unix machine to another Unix machine, providing that the 2 machines are in the same network. I think its cp, what is the one machine to another machine thing #2 How to list dynamic dependencies of executable files or shared objects? #3 What is one of the disadvantages of using symbolic link? |
| Forum Sponsor | ||
|
|
|
|||
|
Hi,
Let me try to answer your questions. #1 What is the command to copy files from 1 Unix machine to another Unix machine, providing that the 2 machines are in the same network. Ans: SCP should be the way to do it. #2 How to list dynamic dependencies of executable files or shared objects? Ans: ldd --> list dynamic dependencies of executable files or shared objects. Check out man page of ldd for more info. #3 What is one of the disadvantages of using symbolic link? Ans: I guess it is about softlink , then one disadvantage can be "it can be linked with the file which is not existing actually". If it is for Hardlink then one disadvantage would be "It can not cross file system". PS: Plz correct me if am wrong. |
|||
| Google UNIX.COM |