Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
FOSS-lab
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
임 현아
FOSS-lab
Commits
21810116
Commit
21810116
authored
3 years ago
by
임 현아
Browse files
Options
Downloads
Patches
Plain Diff
Update linux
parent
bf50d412
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
linux
+13
-2
13 additions, 2 deletions
linux
with
13 additions
and
2 deletions
linux
+
13
−
2
View file @
21810116
...
...
@@ -14,8 +14,19 @@
11. mv + "파일 이름" + "디렉토리 이름" : 파일의 위치를 이동
12. passwd : 비밀번호 변경
13. who | word : 누가 access해 있는지 목록 확인
14.
15.
14. tar :
tar -c(create라는 뜻) -f(file이라는 뜻)+ file이름 + file을 copy해 올 directory 이름 :
tar -c -f -v + file이름 + dir 이름:
tar cvf + file이름 + dir이름
tar tvf + tar file이름 : 파일 내부를 들여다 봄
tar xvf + tar file이름 : 파일 내부의 파일들을 풀어놓음
15. du : disk를 얼마나 썼는지 알려줌.
du -h : 단위 붙여서 알려줌
16. gzip + file이름 : 압축
17. gunzip + file이름 : 다시 압축 풀기
https://www.guru99.com/linux-commands-cheat-sheet.html
참고 링크 (linux command cheat sheet)
...
...
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