Anda di halaman 1dari 2

CHAPTER 1 Jump to the beginning of the previous word on the Ctrl+Left Arrow

command line.
Description Term/istilah Lompat ke awal kata sebelumnya baris perintah.
The interpreter that executes commands typed as Shell Separate commands on the same line. ;
strings. Pisahkan perintah pada baris yang sama.
Interpreter yang mengeksekusi perintah yang diketik Clear from the cursor to the end of the command line. Ctrl+k
sebagai string. Hapus dari kursor ke akhir perintah baris.
The visual cue that indicates an interactive shell is Prompt Re-execute a recent command by matching the !string
waiting for the user to type a command. command name.
Isyarat visual yang menunjukkan shell interaktif menunggu Eksekusi ulang perintah terbaru dengan mencocokkan
pengguna untuk mengetik perintah. nama perintah.
The name of a program to run. Command Shortcut used to complete commands, file names, and tab
Nama program yang akan dijalankan. options.
The part of the command line that adjusts the behavior Option Pintasan digunakan untuk menyelesaikan perintah, file
of a command. nama, dan opsi.
Bagian dari baris perintah yang menyesuaikan perilaku Re-execute a specific command in the history list. !number
suatu perintah. Laksanakan kembali perintah tertentu dalam daftar
The part of the command line that specifies the target Argument riwayat.
that the command should operate on. Jump to the beginning of the command line. Ctrl+a
Bagian dari baris perintah yang menentukan target Lompat ke awal baris perintah.
dimana perintah harus beroperasi. Display the list of previous commands. history
The hardware display and keyboard used to interact with Physical console Tampilkan daftar perintah sebelumnya.
a system.
Copy the last argument of previous commands. Esc+.
Layar perangkat keras dan keyboard yang digunakan
Salin argumen terakhir dari perintah sebelumnya.
untuk berinteraksi dengan suatu sistem.
One of multiple logical consoles that can each support an Virtual console
independent login session. CHAPTER 2
Salah satu dari beberapa konsol logis yang bisa setiap
mendukung sesi login independen. Description Term/istilah
An interface that provides a display for output and a Terminal This directory contains static, persistent system /etc
keyboard for input to a shell session. configuration data.
Antarmuka yang menyediakan tampilan untuk output dan Direktori ini berisi sistem statis dan data konfigurasi tetap.
keyboard untuk input ke sesi shell. This is the system's root directory. /
Ini adalah direktori root sistem.
User home directories are located under this directory. /home
Description Term/istilah Direktori home user berada di bawah direktori ini.
This is the root account's home directory. /root
1|Page
Ini adalah direktori home dari akun root. Daftar lokasi saat ini (format panjang) dengan file
This directory contains dynamic configuration data, such /var tersembunyi.
as FTP and websites. Move to the binaries location, from any current location. cd /bin
Direktori ini berisi data konfigurasi dinamis, seperti FTP Pindah ke lokasi binari, dari lokasi saat ini.
dan situs web. Move up to the parent of the current location. cd ..
Regular user commands and utilities are located here. /usr/bin Pindah ke induk dari lokasi saat ini.
perintah user biasa dan utilitas terletak di sini. Move to the binaries location, from the root directory. . cd bin
System administration binaries, for root use, are here. /usr/sbin Pindah ke lokasi binari, dari direktori root.
Binari administrasi sistem, untuk penggunaan root, ada di
sini.
Temporary files are stored here. /tmp
File sementara disimpan di sini. Description Term/istilah
Contains dynamic, non-persistent application runtime /run
Only filenames beginning with "b" b*
data.
Hanya nama file yang diawali dengan "b"
Berisi runtime aplikasi yang dinamis dan tidak tetap data.
Only filenames ending in "b" *b
Contains installed software programs and libraries. /usr
Hanya nama file yang diakhiri dengan "b"
Berisi program dan perpustakaan perangkat lunak yang
Only filenames containing a "b" *b*
diinstal.
Hanya nama file yang mengandung "b"
Only filenames where first character is not "b" [!b]*
Description Term/istilah Hanya nama file di mana karakter pertama bukan "b"
List the current user's home directory (long format) in ls -l ~ Only filenames at least 3 characters in length ???*
simplest syntax, when it is not the current location. Hanya nama file yang panjangnya minimal 3 karakter
Daftar direktori home pengguna saat ini (format panjang) Only filenames that contain a number *[[:digit:]]*
di sintaksis yang paling sederhana, ketika itu bukan lokasi Hanya nama file yang berisi angka
saat ini. Only filenames that begin with an upper-case letter [[:upper:]]*
Return to the current user's home directory. cd Hanya nama file yang dimulai dengan huruf besar
Kembali ke direktori home pengguna saat ini.
Determine the absolute path name of the current pwd
location.
Tentukan nama path lengkap dari lokasi saat ini.
Return to the most previous working directory. cd -
Kembali ke direktori kerja sebelumnya.
Move up two levels from the current location. cd ../..
Naik dua tingkat dari lokasi saat ini.
List the current location (long format) with hidden files. ls -al

2|Page

Anda mungkin juga menyukai