give me some website where i can get unix and testing
meterials
Answer Posted / kad
Hi
you can get unix virtual lab info in www.hp.com. Another
was their 24/7 free IT classes having fedora classes at
basics where u have instructors teaching
u can go to their website key in words and search there is
some info still their
check out
thanks
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how you Automate your application using Shell scripting.
What is eval in shell script?
What is a boot block?
How can I set the default rwx permission to all users on every file which is created in the current shell?
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
Is shell scripting difficult?
Write a script to print the first 10 elements of fibonacci series.
Is powershell a bash?
What is meant by dos operating system?
c program to display the information of given file similar to givan by the unix or linux command ls -l
What is a shell script? Can you name some of its advantages?
What is bourne shell scripting?
What are the different types of shell scripting?
What makes c shell a more preferable option than the bourne shell?
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.