Discover new perspectives and gain insights with IDNLearn.com. Discover trustworthy solutions to your questions quickly and accurately with help from our dedicated community of 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