Google News
logo
Unix - Interview Questions
Enlist some filename manipulation commands in UNIX.
Some filename manipulation commands along with their description is enlisted below in the table :

Command Description
cat filename Displays contents of the file
cp source destination Used to copy source file into the destination
mv old name new name Move/rename and old name to the new name
rm filename Remove/delete filename
Touch filename Changing modification time
In [-s] old name new name Creates soft link on old name
Is –F Displays information about file type
Advertisement