unix commands part-1
simple and frequent use commands -- can not update all same time will update more day by day cd ==> change directory. ls ==> the list command. mkdir ==> allows the user to make a new directory rmdir ==> remove directory ( Be very careful using the rm command ). rm ==> the rmdir command will remove directories and files held within, the rm command. will delete created files( Be very careful using the rm command ). CP ==> allows a user to copy a file to another folder or directory. mv ==> allows a user to move a file to another folder or directory. touch ==> allows users to make files using the(exaple touch test.txt ). more ==> Look at file, one page at a time. cat ==> concatenate and display files. bdf ==> See how much free disk space (in linux use df ). du ==> Estimate disk usage of directory in Bytes. top ==>...