Wednesday, 24 September 2014

List all Hidden files in a directory?

   List all Hidden files in a directory?  

   ANS)ls -a command is used to list all hidden files in a directory.

How to list all the files in LONG LIST FORMAT?

1)  How to list  all the files in LONG LIST FORMAT?


    ls -ltr

   It gives the files and directories list with permissions,
   first character '-' indicates files.

    List all  the files and directories in a directory?

Latest MNC Unix/Linux interview questions

1)  How to list  all the files in LONG LIST FORMAT?

2)  List all Hidden files in a directory?


3)  How to List TOP '5' CPU Utilization process?

4)  List all  the files and directories in a directory?


5)  How to Copy a file from WINDOWS to LINUX?


6)  How to Copy a file from LINUX to WINDOWS?


7)   How to Copy a file from one UNIX BOX to another UNIX BOX?


8)  How to Copy a file within BOX?


9) List all HIDDEN files in a directory?


10) How to list Last "5" cpu utilization processes?

Thursday, 18 September 2014

Latest dotnet MNC interveiw questions

1) How to stop a function to be inherited?
2) Can we overload static constructor? By using Virtual Private Inheritance
3) Can we call the finalize method manually? No
4) Can we have finally without catch block? Yes
5) Can we have multiple catch blocks for single try? Yes
6) What is return type of multicast delegate? Yes

Popular Posts