Answer:
A
Explanation:
Only one condition can be true
Answer:
When using find command in word we can search all of the above
Answer:
B contains the highest value in the array
Explanation:
Such that the first if statement will execute and like wise the second if statement will execute thereby increasing the value of b
Answer: Using secure copy 'SCP' we can copy all files from a remote directory into local folder. It also replaces existing files.
Explanation:
This is illustrated as follows:
scp -r [email protected]:/path/to/server/source/folder/ .
-r is recursively copy all files
username is your username in your system
IP, here you cab specify the IP or type the website such as www.google.com
Then we specify the path, complete path
"." dot here refers the current directory. To copy the contents in the current directory.