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
120
Linuxのちょこっと調べ
ls_pr
March 31, 2021
Tweet
Share
More Decks by ls_pr
See All by ls_pr
戦場で生き抜く 炎上案件の耐え方
ls_pr
0
200
自作PCのすすめ
ls_pr
0
130
ツボを押さえたWFの作り方
ls_pr
0
120
色々な色の話~今日から使える簡単配色テクニック3つ~
ls_pr
0
230
ゼロから始めるフロントエンドモジュール開発についてあれこれ
ls_pr
0
120
ejsのすすめ
ls_pr
0
150
JSにおける正規表現
ls_pr
0
130
Vue.jsの機能を使って色々作ってみた
ls_pr
0
410
NuxtではじめるVue.js
ls_pr
0
280
Other Decks in Business
See All in Business
ブランド・プランナー協会講座概要
brandingtechnology
0
750
ファブリカホールディングス_2026年3月期第1四半期説明資料
fabrica_com
1
4.2k
COMPANY INTRODUCTION
lenz_co
0
200
タケウチグループRecruit
takeuchigroup
0
7.6k
メドピアグループ紹介資料
medpeer_recruit
10
140k
company deck
japanrecruiting
0
150
ペイジェント採用資料
paygent
0
19k
イークラウド会社紹介 ~挑戦で、つながる社会へ~
ecrowd
1
3.6k
開発生産性、なぜ測れない?指標不在の現状と実践的指標導入の鍵
takabow
0
170
(株)HONEサービス説明資料_総合版(2025.08更新)
tsakurai
0
540
40代以上に共有したい中年期のキャリア論
hysmrk
47
51k
VISASQ: ABOUT US
eikohashiba
15
520k
Featured
See All Featured
The Invisible Side of Design
smashingmag
301
51k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Making the Leap to Tech Lead
cromwellryan
134
9.5k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
What's in a price? How to price your products and services
michaelherold
246
12k
Typedesign – Prime Four
hannesfritz
42
2.8k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
840
Product Roadmaps are Hard
iamctodd
PRO
54
11k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
21k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.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(保存して終了)