What is the main advantage of creating links to a file instead of copies of the file?
Add Search Tag Answers
|
Record a data driven test script using data driver wizard? (from www.fundoosite.com)
Add Search Tag Answers
|
Which of the following commands will show a list of the files in your home directory including hidden files and the contents of all subdirectories?Choose one:a. ls -c homeb. ls -aR /home/usernamec. ls -aF /home/usernamed. ls -l /home/username (from www.fundoosite.com)
Add Search Tag Answers
|
Which of the following tasks cannot be accomplished with the touch command?Choose one:a. Create a new fileb. Change a file's modification timec. Change a file's access timed. Change a file's creation time (from www.fundoosite.com)
Add Search Tag Answers
|
Which of the following commands will display a file one screen at a time?Choose one:a. lessb. pagec. trd. cat (from www.fundoosite.com)
Add Search Tag Answers
|
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?Choose one:a. You do not have delete rights to the file called sales.mem.b. You need to use the -i option with rm to delete a file.c. You do not have write rights to the directory containing the sales.mem file.d. You are not the owner of the file sales.mem. (from www.fundoosite.com)
Add Search Tag Answers
|
Which of the following commands will combine the contents of the files tom and betty into a new file called friends?Choose one:a. ls tom betty > friendsb. cat tom betty > friendsc. more tom betty >> friendsd. cat tom; cat betty > friends (from www.fundoosite.com)
Add Search Tag Answers
|
You have three files in the /home/ben/memos directory called letters, tom, betty. How could you determine each file's type by issuing only one command? (from www.fundoosite.com)
Add Search Tag Answers
|
What command should you type to see all the files with an extension of 'mem' listed in reverse alphabetical order in the /home/ben/memos directory. (from www.fundoosite.com)
Add Search Tag Answers
|
Which of the following cannot be accomplished with the cat command?Choose one:a. Create a new fileb. Display the contents of a filec. Append information to another filed. Change the contents of a file (from www.fundoosite.com)
Add Search Tag Answers
|