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
210
自作PCのすすめ
ls_pr
0
130
ツボを押さえた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
420
NuxtではじめるVue.js
ls_pr
0
280
Other Decks in Business
See All in Business
新規投資家向け資料
digitalgrid
0
790
フルカイテン株式会社 採用資料
fullkaiten
0
74k
株式会社スムーズ会社紹介資料/Smooth COMPANY DECK
smoothinc
PRO
1
2.3k
Vorsicht, Autopilot! Bewusste Produktführung im AI-Zeitalter
arnekittler
0
110
ユーザー数10万人規模のアプリで挑んだトップ画面のUI刷新
tochi86
0
130
FY2025.6 Impact Report EN
mercari_inc
0
1.4k
株式会社クロスフィールド 会社紹介資料
cfrec
0
150
Sales Marker Culture Book(English)
salesmarker
PRO
2
6.4k
株式会社BANKEY 会社説明資料(Aug.26.2025)
bankey
0
2k
株式会社TSIホールディングス会社案内
tsi_saiyou
1
20k
月曜日のトラにおけるデータ分析 × AI の取り組み
nishicat
0
570
(7枚)目標達成する人のモチベーションが高い理由とは?(ハーズバーグの二要因理論から)
nyattx
PRO
0
100
Featured
See All Featured
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Designing for Performance
lara
610
69k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
GraphQLの誤解/rethinking-graphql
sonatard
72
11k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Code Review Best Practice
trishagee
72
19k
Gamification - CAS2011
davidbonilla
81
5.4k
Optimizing for Happiness
mojombo
379
70k
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(保存して終了)