IDNLearn.com provides a comprehensive solution for all your question and answer needs. Discover comprehensive answers to your questions from our community of knowledgeable experts.

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