Part 1 – Unix/Linux for Testers | File Commands



Topic : File Commands

You can download free Linux VM Images here: https://www.linuxvmimages.com/
Online Linux terminal : https://www.masswerk.at/jsuix/

Notes:
———–
cat
Creating the new file
Display content of the file
Concatenating more than one file
Appending data to the existing file

cp – Copy contents from a file to another file(source to destination)

mv
Renaming a file(changing name of the file)
Renaming a directory
Moves files from one directory to another directory

rm – Delete/remove a file or directory (only if directory is empty).
——————————————————————————————————-

#unix #linux #FileCommands

Comments are closed.