Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
2
2022-Foss
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
민우 백
2022-Foss
Commits
a473c23c
Commit
a473c23c
authored
2 years ago
by
민우 백
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
46b52941
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+26
-0
26 additions, 0 deletions
README.md
with
26 additions
and
0 deletions
README.md
+
26
−
0
View file @
a473c23c
## 2022-Foss
## 2022-Foss
# Note
*
`프롬프트`
- 명령어를 받을 준비가 됨
*
`커서`
- 입력을 기다리거나 위치를 가리키는 것
*
`Git Bash`
- 터미널
*
`ssh`
- Secure shell, 텔넷의 보안 취약점 보완, ssh 명령어로 접속하려면 통신 서버에서 ssh를 지원해야 함
*
`Kernel`
- 프로세스, 메모리, 입출력으로 나뉘며, 시스템 콜을 거쳐서 사용할 수 있음
*
`I/O의 File System`
- Storage 역할
# Command
# Command
*
`ssh oss086@ssh.ajousw.kr`
- 접속 명령어
*
`ssh oss086@ssh.ajousw.kr`
- 접속 명령어
*
`who`
- 해당 컴퓨터가 위치한 시간대인 타임 존을 보여주는 명령어
*
`passwd`
- 암호 변경 명령어
*
`!ssh`
- 가장 마지막으로 실행했던 ssh 명령어를 실행하는 명령어
*
`tty`
- 사용자의 터미널 번호를 보여주는 명령어
*
`exit`
,
`logout`
,
`CTRL + D`
- 나가기 명령어
*
`ps`
- 본인이 하고 있는 프로세스를 리스팅 해주는 명령어
*
`time`
- CPU TIME을 보여주는 명령어
*
`cp -a`
- 아카이브, 시간이나 퍼미션까지 복사하는 명령어
*
`cp -r`
- 리커시브, 폴더를 복사하는 명령어
*
`ls`
- 현재 디렉터리에 있는 파일을 보여주는 명령어
*
`ls -a`
- .으로 시작하는 숨김 파일까지 보여주는 명령어
*
`ls -l`
- 파일에 대한 상세 정보를 리스팅하여 보여주는 명령어
*
`man`
- 메뉴얼의 약자로, more 프로그램을 실행하는 명령어
*
`cd ~`
- 홈 디렉터리로 이동하는 명령어
*
`df`
- 파일 시스템을 디스플레이하는 명령어
*
`ln`
- 하드 링크 명령어
*
`ln -s`
- 소프트 링크 명령어
*
`!!`
- 직전에 입력한 명령어
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment