728x90 반응형 우분투2 [Linux] 리눅스 hostname 변경 #관리 #리눅스 #명령어 #변경 #설정 #쉘 #우분투 #이름 #출력 #호스트 #manage #linux #command #change #set #shell #ubuntu #name #print #host Hostname 변경 user@ubuntu:~$ hostnamectl set-hostname test1-1 ==== AUTHENTICATING FOR org.freedesktop.hostname1.set-static-hostname === Authentication is required to set the statically configured local host name, as well as the pretty host name. Authenticating as: user,,, (user) Passwo.. 2022. 7. 20. [Linux] 리눅스 네트워크 드라이브 설정 cifs를 이용하여 ubuntu에서 네트워크 드라이브 설정이 가능하다. cifs 패키지가 없다면 다음과 같이 cifs 패키지를 설치한다. root@ubuntu:~# sudo apt-get install cifs-utils mount 하고자하는 디렉토리 생성 ex) mkdir /media/testdir root@ubuntu:~# mkdir /media/testdir 이후 mount 하고자하는 공유 디렉토리, 공유 서버주소와 경로, id/pw를 확인한다. 공유 디렉토리: /media/testdir 공유 서버주소: 192.168.0.1/test/ id(공유 서버의 사용자 이름):test pw(공유 서버의 비밀번호):1234 mount 경우 mount -t cifs //공유서버주소 /마운트경로(공유 디렉토리) .. 2022. 3. 14. 이전 1 다음 728x90 반응형 SMALL