Computer Science, asked by orambibek68gmailcom, 1 month ago

Write appropriate command for these :

I. List all the files in a directory

II. Change to a new directory

III. Delete a folder

IV. Change to home directory​

Answers

Answered by bhilveshgalam
7

Answer:

a. ls is a Linux shell command that lists directory contents of files and directories.

b. CD (Change Directory). This command enables you to change the current directory.

c. The mkdir (make directory) is used to make a new directory.

d. The cd command, also known as chdir (change directory), is a command-line shell command used to change the current working directory in various operating systems.

e. cd ~ : this command is used to change directory to the home directory.

hope this helps you...

Explanation:

Similar questions