Part 1 - Unix/Linux for Testers | File Commands

You can download free Linux VM Images here: Online Linux terminal : 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).
Back to Top