Web Hosting Talk







View Full Version : unix commands


serv
04-29-2001, 06:42 AM
Where I can find a manual for unix commands ?
I mean ls,cd,rm....

Thanks

jks
04-29-2001, 09:35 AM
Originally posted by serv
Where I can find a manual for unix commands ?
I mean ls,cd,rm....

You can use the man command to read the Unix manual. For example like this:

man ls

that will give you manual entry for the ls command.

--
Jens Kristian Søgaard, Mermaid Consulting I/S,
jens@mermaidconsulting.dk,
http://www.mermaidconsulting.com/

webfors
04-29-2001, 09:39 AM
http://www.linuxnewbie.org/nhf/intel/commands/index.html

And check out their other NHF's. It's a great place to start.

GordonH
04-29-2001, 11:40 AM
Hello
Here is the definitive guide:

http://unixhelp.ed.ac.uk/

It also has mirrors around the world.
You can even download it to your local machine.

Gordon