list of basic linux commands code example
Example 1: linux commands list
For renaming file:
mv filename newfilename
Example 2: linux commands list
To remove a directory (file), use the command -
rmdir directoryname
For renaming file:
mv filename newfilename
To remove a directory (file), use the command -
rmdir directoryname