Explain the various File management commands that can be done on file using suitable examples
Answers
Answered by
3
➡️ Rmdir directory name – remove directory (it must be empty to be removed. • pwd – gives you the name of the current (working) directory. • cp file1 file2 – copy the first file to the second file. • mv file1 file2 – rename (i.e. move) the first file to the second file name.
Similar questions