Linux commands: Difference between revisions

Jump to navigation Jump to search
353 bytes added ,  7 September 2012
Line 27: Line 27:


list directory or files
list directory or files
* ls ({{Linux}} [http://linux.vbird.org/linux_basic/0210filepermission.php])
* ls ({{Linux}}) <ref>[http://linux.vbird.org/linux_basic/0210filepermission.php]</ref>
* dir ({{Win}}) ex: {{kbd | key= dir/s/b}}
* dir ({{Win}}) ex: {{kbd | key= dir/s/b}}


find a file
find a file
* find ({{Linux}}) ex: {{kbd | key= find / -name filename}}
* find ({{Linux}}) ex: {{kbd | key= find / -name filename}}<ref> Under the path / to find the file which naming filename [http://www.codecoffee.com/tipsforlinux/articles/21.html Tips For Linux - How to find files in Linux using 'find']</ref>
* dir ({{Win}}) ex: {{kbd | key= dir filename /s}}
* dir ({{Win}}) ex: {{kbd | key= dir filename /s}}<ref>[http://www.computerhope.com/issues/ch000309.htm How to find a file in MS-DOS.]</ref> {{exclaim}} I have no idea to specify the file path to find the file.


== network ==
== network ==

Navigation menu