What are the default permissions of a file when it is created?
No Answer is Posted For this Question
Be the First to Post Answer
why did you apply to shell
How do you know which shell I am using?
RAM one table colums a1,a2,a3,a4 respective values 2,4,7,8 KRISH one table colums a1,a2,a3,a4 respective values 3,4,6,9 IN RAM & KRISH a4 column if comparing values RAM A4 - KRISH A4 ( 8-9 =1 THEN print 5 or (RAM) a4 value 10 KRISH a4 values 2 then 10 -2 =8 print 5*8=40 or diff 5 print same
1.Write a script, which converts a number from binary to hexadecimal format or vice versa.
What are zombie processes?
Explain about the slow execution speed of shells?
How do I set bash as default shell mac?
Why is a script important?
What does sh mean?
What is bourne shell scripting?
What does echo mean in scripting?
How to rename all the files in a folder having specific extension? Example: I have some files with extension (.txt) in a folder name 'Test'. I have to rename all the .txt files in a test and its subdirectories to .my extension.