일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- backgroundColor
- swift animation
- SWIFT
- randombackgroundcolor
- 한국어 설정
- color animate
- date picker
- CountDownTimer
- Storyboard
- motivation
- datepicker
- 프로젝트기획
- IOS
- 오늘의조언
- valueChanged
Archives
- Today
- Total
정우의 개발 일지
2022.04.08 리눅스 정리 본문
/ 종류
root : root 유저 사용자 홈 디렉터리
bin : 실행명령어
dev : 디바이스 제어
lib : 라이브러리
etc : 시스템 설정
home : 사용자 홈
cd ../../ -> 상대경로
cd User/dir/ -> 절대경로
pwd : 현재 디렉터리
sudo apt-get install sl
sl
sudo = super user do
sudo passwd root
비밀번호 생성
su - root = switch user
exit - logout
rwx - read, write, excute 4 2 1
chmod rwx rwx rwx
chmod 7 6 4
chmod rwx rw r
chmod u+x 파일명
chmod g+x 파일명
chmod o+x 파일명
chmod a-r 파일명
chown ubuntu rfile
'리눅스' 카테고리의 다른 글
2022.06.03 리눅스 정리 (0) | 2022.06.22 |
---|---|
2022.05.20 리눅스 정리 (0) | 2022.05.20 |
2022.04.29 리눅스 정리 (0) | 2022.04.29 |
2022.04.01 리눅스 정리 (0) | 2022.04.01 |
Comments