At Westonci.ca, we make it easy to get the answers you need from a community of informed and experienced contributors. Discover detailed solutions to your questions from a wide network of experts on our comprehensive Q&A platform. Get quick and reliable solutions to your questions from a community of experienced experts on our platform.

Change directory to the directory Desktop and display just the name of all subdirectories and files without the summary information

Sagot :

Explanation:

$ cd [directory]

Change to directory with absolute path /home/user/Desktop:

$ cd /home/user/Desktop

$ ls

Type ls into Terminal and hit Enter. ls stands for “list files” and will list all the files in your current directory