basic linux commands
March 14, 2012 in shell (Command line)
Basic Linux Comands
Here you will find the most common commands that you can you use under the Linux shell.
Do not expect to find all Linux commands here this post contains only what we use in our posts. So this is a good place to find some more information about the commands that we use in our tutorials.
ls -> List of files and folders
Options
-l returns detailed list about files and folders
-g returns detailed list about files and folders without the owners
-a list hidden items
-t sort by time
cd ->Change Directory
Recent Comments