when we installing aix os the ssh installed default?
Answers were Sorted based on User's Feedback
what is the use of "test" command in unix?
What command would users use to see what file one page at a time in UNIX?
Which command will print your home directory on screen?
1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?
Will rm -r* removes hidden files?
Which command will you use to change the permissions on file?
Explain command to view process running?
Who command in unix?
what does a process mean?
Can a process kill itself in UNIX/or in its various versions?
The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above
What is an Unix command to convert HEX value to ASCII value located in any flat file.