๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ

์‚ฌ์šฉ์ž ๊ถŒํ•œ ์œ ์ € ๋ณ€๊ฒฝ

์‹œํ๋ฆฌํ‹ฐ์ง€ํ˜ธ 2023. 12. 11.

https://www.lesstif.com/lpt/linux-chown-93127453.html

 

linux chown ๋ช…๋ น์–ด ์‚ฌ์šฉ๋ฒ•

 

www.lesstif.com

 

sudo๋กœ ๋‹ค์šด๋กœ๋“œ ํ•˜๊ฒŒ ๋˜๋ฉด ๊ธฐ๋ณธ์ ์œผ๋กœ root๊ฐ€ ์‚ฌ์šฉ์ž ๊ถŒํ•œ์ด ๋œ๋‹ค. ๋‚˜์—๊ฒŒ ์˜ค๊ฒŒ ํ•˜๋ ค๋ฉด ์œ— ๋งํฌ

๋‚˜์ค‘์— ์ •๋ฆฌ ํ•˜์ž

 

 

 

 

์˜ˆ์‹œ

 

โœ˜ parkjiho ๎‚ฐ ~/Desktop/woori_workspace/9.nextjs/nextjs-dashboard ๎‚ฐ ๎‚  master ๎‚ฐ ll
total 592
-rw-r--r--    1 root      staff   266B 11 29 21:44 README.md
drwxrwxr-x    6 root      staff   192B 12 19 10:05 app
-rw-r--r--    1 root      staff   201B 12 19 10:05 next-env.d.ts
-rw-r--r--    1 root      staff    94B 11 29 21:44 next.config.js
drwxr-xr-x  434 root      staff    14K 12 19 10:05 node_modules
-rw-r--r--    1 root      staff   263K 12 19 10:05 package-lock.json
-rw-r--r--    1 root      staff   1.0K 11 29 21:44 package.json
drwxr-xr-x    3 parkjiho  staff    96B 12 19 10:11 phase
-rw-r--r--    1 parkjiho  staff     0B 12 19 10:06 phase.txt
-rw-r--r--    1 root      staff    83B 11 29 21:44 postcss.config.js
-rw-r--r--    1 root      staff   167B 11 29 21:44 prettier.config.js
drwxrwxr-x    7 root      staff   224B 12 19 10:05 public
drwxrwxr-x    3 root      staff    96B 12 19 10:07 scripts
-rw-r--r--    1 root      staff   649B 11 29 21:44 tailwind.config.ts
-rw-r--r--    1 root      staff   673B 11 29 21:44 tsconfig.json
 parkjiho ๎‚ฐ ~/Desktop/woori_workspace/9.nextjs/nextjs-dashboard ๎‚ฐ ๎‚  master ๎‚ฐ cd ..
 parkjiho ๎‚ฐ ~/Desktop/woori_workspace/9.nextjs ๎‚ฐ ๎‚  master ๎‚ฐ sudo chown -R parkjiho ./nextjs-dashboard
Password:
 parkjiho ๎‚ฐ ~/Desktop/woori_workspace/9.nextjs ๎‚ฐ ๎‚  master ๎‚ฐ ll
total 0
drwxr-xr-x  13 root      staff   416B 12 19 09:28 firt-next-app
drwxrwxr-x  22 parkjiho  staff   704B 12 19 10:14 nextjs-dashboard
 parkjiho ๎‚ฐ ~/Desktop/woori_workspace/9.nextjs ๎‚ฐ ๎‚  master ๎‚ฐ cd nextjs-dashboard                      
 parkjiho ๎‚ฐ ~/Desktop/woori_workspace/9.nextjs/nextjs-dashboard ๎‚ฐ ๎‚  master ๎‚ฐ ll
total 592
-rw-r--r--    1 parkjiho  staff   266B 11 29 21:44 README.md
drwxrwxr-x    6 parkjiho  staff   192B 12 19 10:05 app
-rw-r--r--    1 parkjiho  staff   201B 12 19 10:05 next-env.d.ts
-rw-r--r--    1 parkjiho  staff    94B 11 29 21:44 next.config.js
drwxr-xr-x  434 parkjiho  staff    14K 12 19 10:05 node_modules
-rw-r--r--    1 parkjiho  staff   263K 12 19 10:05 package-lock.json
-rw-r--r--    1 parkjiho  staff   1.0K 11 29 21:44 package.json
drwxr-xr-x    3 parkjiho  staff    96B 12 19 10:11 phase
-rw-r--r--    1 parkjiho  staff     0B 12 19 10:06 phase.txt
-rw-r--r--    1 parkjiho  staff    83B 11 29 21:44 postcss.config.js
-rw-r--r--    1 parkjiho  staff   167B 11 29 21:44 prettier.config.js
drwxrwxr-x    7 parkjiho  staff   224B 12 19 10:05 public
drwxrwxr-x    3 parkjiho  staff    96B 12 19 10:07 scripts
-rw-r--r--    1 parkjiho  staff   649B 11 29 21:44 tailwind.config.ts
-rw-r--r--    1 parkjiho  staff   673B 11 29 21:44 tsconfig.json

 

๋Œ“๊ธ€