Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 10-14-2007, 04:08 AM   #1 (permalink)
Ethereal_Dragon's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Bolingbrook, IL - USA

Posts: 3,604

Ethereal_Dragon will become famous soon enough

Send a message via AIM to Ethereal_Dragon Send a message via Yahoo to Ethereal_Dragon
Default Linux Command Line Help.....

Hello Linux Guru's.... I don't frequent this section often. My D-Link DNS-323 is running on a linux system, but I am not sure which version.

I have telnet access to the box, and I am getting more comfortable getting around. I am wondering if there is a specific command to issue to see all the special modifiers (not sure of the correct terminology here) after a command...

for example....

ls will list the files in the directory....
ls -l will give more info including rwx, ownership, etc. etc.
ls -a will list files including hidden files....


Is there a way to do 'ls ?' or something that will print out a list of all the "modifiers" that can be used for the ls command?? Does such a help feature exist?

Thanks all!!
__________________
Gaming Rig: - GIGABYTE GA-X38-DQ6, Intel Q9550 @ 2.83 Ghz, TRUE (MX-2 & 2 Scythe SFF21D),
Crucial Ballistix 4GB DDR 800, XFX Radeon HD 4870, SILVERSTONE ST70F,
4x Seagate 7200.11 ST3500320AS 500 GB, ASUS DRW-2014L1T, Antec 900
Dell 2709W - 27" Monitor & Sony SDM-HS95P - 19" Monitor
The NAS Box: D-Link DNS-323 & 2x Seagate 7200.10 ST3500630AS 500GB - JBOD



| My Antec 900 Build Log | Project Pink | Operation Home Run |
| General Forum Rules | Networking FAQs & Tutorials | Hardware Tutorials |
Ethereal_Dragon is offline  
Old 10-14-2007, 12:34 PM   #2 (permalink)
 
Monster Techie

Join Date: Nov 2006

Location: Illinois, USA

Posts: 1,765

CalcProgrammer1 will become famous soon enough

Default Re: Linux Command Line Help.....

Usually -h or --help will show a help page that shows all of the different options that the command can take. It doesn't work with all commands, but most of them seem to have a help page.

Try:

ls -h
ls --help

When putting a command that is a full word, you usually use --, when a single letter, you usually use -.

EDIT:
Just tried, -h doesn't work but --help does.

ls --help
__________________

CalcProgrammer1 is offline  
Old 10-14-2007, 03:53 PM   #3 (permalink)
Ethereal_Dragon's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Bolingbrook, IL - USA

Posts: 3,604

Ethereal_Dragon will become famous soon enough

Send a message via AIM to Ethereal_Dragon Send a message via Yahoo to Ethereal_Dragon
Default Re: Linux Command Line Help.....

Thanks, man, that was EXACTLY what I was looking for..

You will probably be seeing more of me in this section too, as I am fiddling with the NAS box, and setting up new features...
__________________
Gaming Rig: - GIGABYTE GA-X38-DQ6, Intel Q9550 @ 2.83 Ghz, TRUE (MX-2 & 2 Scythe SFF21D),
Crucial Ballistix 4GB DDR 800, XFX Radeon HD 4870, SILVERSTONE ST70F,
4x Seagate 7200.11 ST3500320AS 500 GB, ASUS DRW-2014L1T, Antec 900
Dell 2709W - 27" Monitor & Sony SDM-HS95P - 19" Monitor
The NAS Box: D-Link DNS-323 & 2x Seagate 7200.10 ST3500630AS 500GB - JBOD



| My Antec 900 Build Log | Project Pink | Operation Home Run |
| General Forum Rules | Networking FAQs & Tutorials | Hardware Tutorials |
Ethereal_Dragon is offline  
Old 10-14-2007, 09:03 PM   #4 (permalink)
Greg's Avatar
 
Indeed.

Join Date: Dec 2004

Posts: 1,554

Greg is on a distinguished road

Default Re: Linux Command Line Help.....

You can also use the "man" command to see if it has a manual page. The ls command does indeed have one.

man ls
__________________
Greg is offline  
Old 10-15-2007, 02:40 AM   #5 (permalink)
Ethereal_Dragon's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Bolingbrook, IL - USA

Posts: 3,604

Ethereal_Dragon will become famous soon enough

Send a message via AIM to Ethereal_Dragon Send a message via Yahoo to Ethereal_Dragon
Default Re: Linux Command Line Help.....

Thanks Greg, I will have to keep that in mind for the future... unfortunatly, this application doesn't support that function.....

/ # man ls
/mnt/HD_a2/fun_plug.d/bin/sh: man: not found
__________________
Gaming Rig: - GIGABYTE GA-X38-DQ6, Intel Q9550 @ 2.83 Ghz, TRUE (MX-2 & 2 Scythe SFF21D),
Crucial Ballistix 4GB DDR 800, XFX Radeon HD 4870, SILVERSTONE ST70F,
4x Seagate 7200.11 ST3500320AS 500 GB, ASUS DRW-2014L1T, Antec 900
Dell 2709W - 27" Monitor & Sony SDM-HS95P - 19" Monitor
The NAS Box: D-Link DNS-323 & 2x Seagate 7200.10 ST3500630AS 500GB - JBOD



| My Antec 900 Build Log | Project Pink | Operation Home Run |
| General Forum Rules | Networking FAQs & Tutorials | Hardware Tutorials |
Ethereal_Dragon is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Useful list of Linux websites. tribalsun Linux, BSD, other *nixes & Open Source Software 33 11-30-2008 12:35 AM
ASUS board with Embedded Linux. P5E3 X38 fade2black2004 Building, Buying, or Upgrading High Performance PC Systems 0 10-07-2007 12:53 PM
How to remove the Linux bootloader Osiris Linux, BSD, other *nixes & Open Source Software 2 08-08-2007 09:36 PM
Ten things a Linux Fanboy will not tell you… Osiris Linux, BSD, other *nixes & Open Source Software 18 05-16-2007 06:06 PM
Dell to finally ship PCs with Linux Osiris Linux, BSD, other *nixes & Open Source Software 7 05-13-2007 04:54 AM