Computer Science, asked by kunalthakral1016, 1 month ago

Write atleast 4 important commands and there uses in computer system

Answers

Answered by AdyaSuresh
0

Answer:

pwd command. Use the pwd command to find out the path of the current working directory (folder) you're in. ...

cd command. To navigate through the Linux files and directories, use the cd command. ...

ls command. ...

cat command. ...

cp command. ...

mv command. ...

mkdir command. ...

rmdir command.

Explanation:

In computing, a command is a directive to a computer program to perform a specific task. It may be issued via a command-line interface, such as a shell, or as input to a network service as part of a network protocol, or as an event in a graphical user interface triggered by the user selecting an option in a menu.

Similar questions