Which of the following CLI command can also be used to rename files?
Which of the following CLI command can also be used to rename files? A. rm B. mv C. rm -r D. none of the mentioned
Which of the following CLI command can also be used to rename files? A. rm B. mv C. rm -r D. none of the mentioned
Point out the correct statement A. CLI can help you to organize messages B. CLI can help you to organize files and folders C. Navigation
Which of the following command allows you to change directory to one level above your parent directory? A. cd B. cd. C. cd.. D. none
Which of the following is not a CLI command? A. delete B. rm C. clear D. none of the mentioned Answer: A. delete
Point out the wrong statement A. Command is the CLI command which does a specific task B. There is one and only flag for every
Which of the following systems record changes to a file over time? A. Record Control B. Version Control C. Forecast Control D. None of the
Which of the following is a revision control system? A. Git B. NumPy C. Slidify D. None of the mentioned Answer: A. Git
Which of the following command line environment is used for interacting with Git? A. GitHub B. Git Bash C. Git Boot D. All of the
cp command can be used to copy the content of directories? A. True B. False Answer: A. True
Which of the following command updates tracking for files that are modified? A. git add . B. git add -u C. git add -A D.