Linux - Commands for dealing with directories
December 17, 2009 132 views No Comment
For all Linux newbies who did not miss here is a short list of commands that you can handle mitwelchen in directories.
Command Description
ls short list of the directory contents
ls-l detailed list of the directory contents
ls-la all the files in the directory listing in detail
mkdir [dir] new directory dir] create [
rmdir [dir] the empty directory [dir] delete
rm-rf [dir] all files / directories of the directory [dir] delete below
cd [dir] in folder [dir] Change
cd .. change to parent directory


Add a comment