Skip to main content

AWS CLI and command line commands on Windows, Mac, Linux

 How do you open the command line interface on your system?

Each major operating system has a slightly different way of access the command line interface (CLI).

Windows

Here is how you open the CLI in Windows on Windows 8 or beyond:

  1. Press the Windows key and “S”
  2. Type “cmd” into the search field
  3. Right-click “Command Prompt” and select “Run as Administrator”
  4. You can now enter a command prompt

Mac

Here is how you open the CLI on Mac:

  1. Locate the Finder application, which is usually on your toolbar
  2. Move through /Applications/Utilities
  3. Select “Terminal”
  4. You can now enter a command prompt

Linux

Linux has a simple way of accessing the CLI: use the shortcut CTRL+ALT+T.

Alternatively, you can use ALT+F2 and then enter “gnome-terminal.”

What are some common command line interface commands?

A command line interface (CLI) has many different commands for different types of tasks. The commands vary slightly between operating systems. We give several different command examples next.

File system commands

CLI command

Windows

Linux

Change directory

cd

cd

Last files

dir

ls

Create directory

mkdir

mkdir

Remove directory

rmdir

rmdir

Copy files

copy

cp

Move files

move

mv

Remane files

ren

mv

Display files

type

cat

Delete files

del

rm

Change personmissions

cacls/chmod

chmod

Network commands

CLI command

    Windows

        Linux

Ping

    ping

        ping

Traceroute

    tracert

        traceroute

Network config

    ipconfig

        ifconfig

Route table

    route

        route

DNS lookup

    nslookup

        nslookup

Network diagnostics

    netsh

        netstat

Information commands

CLI command

    Windows

        Linux

List processes

    tasklist

        ps

End process        

    taskkill

        kill

System info

    systeminfo

        uname -a

Disk usage

    wmic/fsutil

        df

System monitoring

    perfmon

        top/htop



Popular posts from this blog

பொன் பொருள் அள்ளித் தரும் ஐஸ்வர்ய ஈஸ்வரன்!

  பொன் பொருள் அள்ளித் தரும் ஐஸ்வர்ய ஈஸ்வரன் ! முன்னூர் ரமேஷ் & பெ . ராகேஷ் சிறுதாவூர் பூதகிரீஸ்வரர் கோயில் சிறுதாவூர் பூதகிரீஸ்வரர் கோயில் வழிபாடுகள் ` பைரவ க்ஷேத்திரம் என்று பக்தியோடு பூஜிக்கப்படும் காசி நகரில் ` அந்தா்வேதி ' என்னும் இடத்தில் மிகப்பெரிய யாகம் ஒன்றை நடத்த முடிவு செய்தாா் பிரம்மதேவன் . இந்த யாகத்திற்காக நான்மறைகளிலும் கரைகண்ட வேதியா்கள் வேண்டுமெனத் திருக்கயிலை நாதனிடம் முறையிட்டாா் . திருக்கயிலையில் தம் சேவகா்களான பூத கணங்களை யாகத்திற்கு அனுப்பிவைக்கத் திருவுளம் கனிந்தாா் ஈசன் . பிரம்மதேவனின் யாக வேள்வியில் வேதங்களை முழங்கிக் கொண்டிருந்த அந்தணா்களாக மாறிய பூத கணங்களுக்கு , தில்லையம்பதியில் ஈசன் புரிந்த ஆனந்தத் திருநடனத்தைக் கண்டுகளிக்க வேண்டும் என்ற ஆவல் ஏற்பட்டது . தாருகாவனத்தில் ஈசன் திருநடனம் புரிந்த காட்சியை நினைக்கும்போதெல்லாம் தன் மனம் பூரிப்பு அடைவதாகப் பாம்பணையில் துயிலும் மாலவனே ஆதிசேஷனிடம் நெகிழ்ச்சியுற்றாா் எனும்போது , பூதகணங்களுக்கு அதைக் காணும் ஆவல் ஏற்பட்டதில் ...

Training to work to Create the following tables in MySQL

 -- Create the following tables in MySQL -- Products -- primary key -- name -- category -- sell by date -- sold or not -- moment of sale -- quantity -- weight Kg create table products(id int primary key auto_increment, name varchar(40), category enum('Baked Goods', 'Fruit and Veg', 'Dairy'),  sell_by date, sold bool, moment_of_sale timestamp, quantity int, weight numeric(6,3)); select * from products; insert into products(name, category, sell_by, sold, moment_of_sale, quantity, weight) values  ("Sack of Potatoes", "Fruit and Veg", "2016-10-14", true, "2015-11-01 10:23:45", 30, 10); -- --------------------------------------- -- Personnel -- primary key -- given name -- family name -- gender -- telephone number -- marital status -- age -- salary -- position -- date started -- --------------------------------------- create table personnel(id int primary key auto_increment, given_name varchar(50), family_name varchar(50), gend...

Planning your personal means

  Have an emergency fund save 3 to 6 months of family expenses and then plan large expenses Living below your means with increased income expenses should not increase with increased income saveing being increased. Never be dependent on one source of income , if you dependent on one source of income you are only one step away from poverty depending on one source is risky and can stop your growth, instead of living paycheque to paycheque, create extra sources. If a family to get rich, remember that there is no your money there is only our money