Command Line Interface

The_Empire

Supreme
Joined
Jan 8, 2009
Messages
23,545
Kin
6,347💸
Kumi
3,766💴
Trait Points
18⚔️
Okay I would like a little help from the tech nerds like myself.

Okay I am doing a presentation on Command Line Interface and would like what all should I have in my presentation. I mean right now I have the following:

1. Meaning
2. How to get to it
3. Focus Point of the Command Line
4. Basic Commands
5. How does the Command Line read programs or how the program can read Command Lines

This is all have at this moment and wonder what else does someone learning about Command Lines need to know. Any help is better then none.
 

Kirikoe

Active member
Legendary
Joined
Oct 26, 2011
Messages
10,733
Kin
1,465💸
Kumi
1,955💴
Trait Points
0⚔️
Awards
honestly i think you have covered what most people need to know...

how to get up CLI is most likely the important one to have as a lot of people dont actually know how

commands for CLI is another essential as not many people know the commands needed including myself ^^

i think you have everything pretty much covered ^^
 
  • Like
Reactions: The_Empire

The_Empire

Supreme
Joined
Jan 8, 2009
Messages
23,545
Kin
6,347💸
Kumi
3,766💴
Trait Points
18⚔️
honestly i think you have covered what most people need to know...

how to get up CLI is most likely the important one to have as a lot of people dont actually know how

commands for CLI is another essential as not many people know the commands needed including myself ^^

i think you have everything pretty much covered ^^
Yea about commands to use I have found two websites that have basic to advance commands to help out with that instead of me just typing out commands which would take forever and a day.

Well thank you
 

Kirikoe

Active member
Legendary
Joined
Oct 26, 2011
Messages
10,733
Kin
1,465💸
Kumi
1,955💴
Trait Points
0⚔️
Awards
Yea about commands to use I have found two websites that have basic to advance commands to help out with that instead of me just typing out commands which would take forever and a day.

Well thank you
no worries it really doesnt look like u need any help ^^ u have everything that is essential thanks for the rep btw :D
 

7PointOh

Active member
Regular
Joined
Nov 17, 2011
Messages
935
Kin
0💸
Kumi
0💴
Trait Points
0⚔️
Okay I would like a little help from the tech nerds like myself.

Okay I am doing a presentation on Command Line Interface and would like what all should I have in my presentation. I mean right now I have the following:

1. Meaning
2. How to get to it
3. Focus Point of the Command Line
4. Basic Commands
5. How does the Command Line read programs or how the program can read Command Lines

This is all have at this moment and wonder what else does someone learning about Command Lines need to know. Any help is better then none.
quick notes on your points:
#2. How to get to it on what platform? Command Prompt on windows based PC, network device? There are different ways to get to it because of IOS, platform of device, or manufactures proprietary. There are some devices that only use a CLI. I you're just talking about a command prompt.

#3. As a contrast, make comparisons to the GUI (gooey). Showing the difference between the two will put emphasis on your focus. Example: clicking on a folder named MyFiles on your desktop is the same as typing cd C:\Users\Username\Desktop\MyFiles in the cmd

#4. Basic commands on what platform? Specify the platform because there are differences. I work with equipment with different CLI's (routers, multiplexors.) and although I can use a PC's command prompt to configure, once logged on the to the remote equipment the commands change. But the most basic is the "?" or "help", "ping", "change, "dir (directory)"
 
Last edited:
Top