CBSE BOARD X, asked by gouravgupta65, 8 months ago

Write appropriate command for these :
(a) List all the files in a directory
(b) Change to a new directory
(c)Create a new directory
(d) Delete a folder
(e) Change to home directory


Don't give the spam answer
otherwise I will report your answer​

Answers

Answered by nandikajadoan28
51

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...

Answered by rudranarayanmo1
0

Answer:

a) IS

b) CD (change directory)

c) mkdir (make directory)

d) rd (remove directory)

e) cd~

Similar questions