here i did masters in linux commands
here i did masters in linux commands
LINUX
COMMANDS
Divya jayaraman
mkdir <directory name> - The mkdir command is
used in Unix-based operating systems to create a
new directory.
Create File:
mv commands
mv<old directory name> <new directory name> - To
rename a directory in Linux using the mv command.
Text Editor :
find commands:
find -name <filename>- The command find -name file1
searches for a file named file1 in the current directory
and its subdirectories.