Express Linux Tutorial Learn Basic Commands in an Hour
Ritu Arora (rauta@tacc.utexas.edu) Texas Advanced Computing Center
1
Learn Basic Commands in an Hour Ritu Arora (rauta@tacc.utexas.edu) - - PowerPoint PPT Presentation
Express Linux Tutorial Learn Basic Commands in an Hour Ritu Arora (rauta@tacc.utexas.edu) Texas Advanced Computing Center 1 Overview Definition of Operating System , file-system (slides 3-5) Remote Access (slides 7-13 ) Basic
1
2
3
Hardware Kernel Shell, editors, etc. Compiler components Compiler Other utilities
4
5
6
Program Client Internet Server
7
Program
– SSH Secure Shell Client http://www.icrew.org/mirror/ssh/SSHSecureShellClient-3.2.9.exe – PuTTY http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
– Install Linux on a USB stick: http://www.pendrivelinux.com/ – Use Cygwin/VM Ware (runs as a windows process)
8
9
10
“Connect”, enter password, click on “OK” for “Enter Authentication…”
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Screen
Utility: ls Args: -l
Utility: ls Args: -l File: myContent
Utility: ls Args: -l
Utility: wc Args: -l in Screen
Command: ls -ltr Command: ls –ltr > myContent Command: ls –l | wc -l
29
mail -s "SSC 222/292" rauta@tacc.utexas.edu < test.txt
30
31
32
33
login4$ ls -l total 24 drwx------ 2 rauta G-25072 4096 Jan 17 14:07 junk drwx------ 2 rauta G-25072 4096 Jan 17 14:15 junk2
34
35
Note: u = user or owner, g = group, o = other
36
37
38