- Linux Impotent Commands -
Cret New Foldre or Fille.
mkdir newdir
Delete Folder or File.
rmdir dir1
copy to file new directory.
cp [file_name] [directory]
This is a classical error... it's the other way around:
ln -s Existing-file New-name
Create Shortcuts
ln -s ~/filepath /linkpath // (linkpath --> File send Locashan) || sudo ln -s ~/shotcut_F_name /drecty
Delete shortcut file or Folder
rm filename
rm -f filename
rm *.png
0 Comments