|  |
10-14-2007, 04:08 AM
|
#1 (permalink)
|
Wizard Techie Join Date: Feb 2006 Location: Bolingbrook, IL - USA Posts: 3,604
| 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!! |
| |
10-14-2007, 12:34 PM
|
#2 (permalink)
|
Monster Techie Join Date: Nov 2006 Location: Illinois, USA Posts: 1,765
| 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
__________________ |
| |
10-14-2007, 03:53 PM
|
#3 (permalink)
|
Wizard Techie Join Date: Feb 2006 Location: Bolingbrook, IL - USA Posts: 3,604
| 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... |
| |
10-14-2007, 09:03 PM
|
#4 (permalink)
|
Indeed. Join Date: Dec 2004 Posts: 1,554
| 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
__________________ |
| |
10-15-2007, 02:40 AM
|
#5 (permalink)
|
Wizard Techie Join Date: Feb 2006 Location: Bolingbrook, IL - USA Posts: 3,604
| 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 |
| |  | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | |
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 | | |