Answer Posted / prakash
umask 700 file1
is
similar to
chmod 077 file1
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is a batch file used for?
How can you find out how long the system has been running?
How to use arguments in a script?
What is the first line of a shell script called?
Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.
Why do we use shell scripting?
What is a scripting language simple definition?
Is shell scripting difficult?
Why is it called a shell?
What are the types of script?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
What does $@ mean in shell?
What are "c" and "b" permission fields of a file?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
How will you emulate wc –l using awk?