Download presentation
Presentation is loading. Please wait.
1
I/O & Perintah Dasar Linux Onno W. Purbo Onno@indo.net.id
2
I/O & Perintah Dasar
3
Redirection Output Redirection Input Redirection
4
Output Redirection > >>
5
Input Redirection < <<
6
Pipeline |
7
Shell Bourne shell (sh) C shell (csh) Korn shell (ksh) Bourne Again shell (bash)
8
cat $ cat $ cat file1 file2 > file4
9
clear $ clear
10
cp $ cp [option] file /dir/path $ cp --help
11
cut $ cut [option] file
12
find $ find /path [option]
13
grep $ grep [option] “data” file
14
ln $ ln –s /path/to/source target
15
locate $ locate
16
ls $ ls [option] /directory
17
mkdir $ mkdir
18
mv $ mv file1 file2
19
rm $ rm
20
rmdir $ rmdir
21
tail $ tail [option]
22
mount $ mount [option] /dev/device /mnt/point
23
ps $ ps [option]
24
kill $ kill
25
adduser $ adduser
26
passwd $ passwd
27
userdel $ userdel [-r]
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.