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
What is a program shell?
What are script files?
How can we find the process name from its process id?
What is batch file programming?
shell script for reverse the string
What does $@ mean in shell?
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
What language is shell scripting?
Why is used in shell scripting?
How to replace following lines, catch (DAOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } catch (BOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw e; } catch (Exception e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } Needs to be changed in to, catch (DAOException e) { AppException.handleException (null, null, e, null, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); } catch (BOException e) { AppException.handleException (null, null, null, e, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 0); } catch (Exception e) { AppException.handleException (null, null, null, null, null, e, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); }
wats the deinitions for shell utility and filter?
How to pass an argument to a script?
How do we delete all blank lines in a file?
Why are shell scripts used?
How can the contents of a file inside jar be read without extracting in a shell script?