-
How to do soft mount ?
Explain any precautions needs to be take before you do soft mount
-
Construct pipes to execute the following jobs?
1. Output of who should be displayed on the screen with value of total number of users who have logged in displayed at the bottom of the list.2. Output of ls should be displayed on the screen and from this output the lines containing the word ‘poem’ should be counted and the count should be stored in a file. 3. Contents of file1 and file2 should be displayed on the screen and this output should be...
-
-
Semaphore Variable
Explain if semaphore variable is different from ordinary variable ?
-
-
Proxy Server IP
Command to find the IP of an Proxy Server in UNIX
-
Echo command
in unix what is the purpose to use echo with the option "-e"??
i.e echo -e -
-
-
Server Down in LINUX
In LINUX OS if Server goes down, What will you do to restore it back?
-
Hard or Soft Mount
How to check the file system is hard mounted or soft mounted?
-
What is the difference between > and >> redirection operators ?
Is the output redirection operator when used it overwrites while >> operator appends into the file.
-
What difference between cmp and diff commands?
cmp - Compares two files byte by byte and displays the first mismatchdiff - tells the changes to be made to make the files identical
-
Masked Code
What is the number of the masked code ee@?
-
Extract 2 characters in file
Hello,I want to extract 2 characters of the first column of the one file, that file has 19 columns, in bash script.the first column is some thing like this 2005-07-25, and I want to extract 07. I wrote this codeawk '{ print $ substr ($1,6, 2)}, but out put is he whole of the column: 2005-07-25! can you help me?
-
-
Restore Grub File unstall
How to restore grub file unstall?
-
-
Searching for file in UNIX
How to search a file in a directory having sub directories having size more than 10MB?
-
UNIX Interview Questions
Ans