Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Linuxのちょこっと調べ
Search
ls_pr
March 31, 2021
Business
0
130
Linuxのちょこっと調べ
ls_pr
March 31, 2021
Tweet
Share
More Decks by ls_pr
See All by ls_pr
戦場で生き抜く 炎上案件の耐え方
ls_pr
0
210
自作PCのすすめ
ls_pr
0
140
ツボを押さえたWFの作り方
ls_pr
0
130
色々な色の話~今日から使える簡単配色テクニック3つ~
ls_pr
0
240
ゼロから始めるフロントエンドモジュール開発についてあれこれ
ls_pr
0
120
ejsのすすめ
ls_pr
0
160
JSにおける正規表現
ls_pr
0
130
Vue.jsの機能を使って色々作ってみた
ls_pr
0
430
NuxtではじめるVue.js
ls_pr
0
280
Other Decks in Business
See All in Business
【Progmat】Monthly-ST-Market-Report-2025-Sep.
progmat
0
460
株式会社Cake.jp Company Deck
cakejpcorp
0
1.4k
【UMed】Company Deck_250923
ryushu
0
130
ビジネス職中途採用向け会社説明資料_2025.2.pdf
zozobusiness
0
500
株式会社ステラセキュリティ会社紹介資料/sterrasec-introduction
tkmru
0
170
AIプロダクト時代のPdMに必要なコンテキストエンジニアリング
kayato
0
110
株式会社Nagisa_カンパニーデック
nagisa_recruit
0
270
採用案内2025年ver2
hdn_tocci
0
110
株式会社ジュニ - 採用ピッチ
junni_inc
2
22k
ワンキャリア 会社説明資料 / Company Deck
onecareer
7
250k
株式会社STYZ会社概要資料
culumu
0
320
15 分で学ぶ Cloud Run のユースケースと代表的なアーキテクチャパターン
googlecloudjapan
3
510
Featured
See All Featured
Statistics for Hackers
jakevdp
799
220k
A designer walks into a library…
pauljervisheath
209
24k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Java REST API Framework Comparison - PWX 2021
mraible
34
8.9k
It's Worth the Effort
3n
187
28k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
9
910
Typedesign – Prime Four
hannesfritz
42
2.8k
Optimising Largest Contentful Paint
csswizardry
37
3.5k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
A Tale of Four Properties
chriscoyier
161
23k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Transcript
2021/2/20 Kenta Kakeda Linuxのちょこっと調べ
Linuxとは? • オープンソースなOSであり、タダで使える • サーバー用のOSとして広く使われている • コマンド操作に長けている • ディストリビューションが豊富(Ubuntu、CentOSなど)
Linuxの開発者 • 幼い頃からコンピュータが大好き • 大学生の頃にLinuxを作成 • プライベートをLinuxに捧げている • Gitの生みの親 リーナス・トーバルズ
フィンランド出身 51歳
かんたんなコマンド pwd:どの階層にいるかを表示する /Users/Kakeda/Desktop cd:階層の移動ができる cd Dekstop ls:現在の階層のフォルダやファイルを表示する vi:ファイルの編集をおこなう vi ファイル名
I(書き込みモード) :wq(保存して終了)