본문 바로가기
728x90
반응형

Linux3

[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.
[Linux] 리눅스 원격 접속 세션 종료 (who kill) root@ubuntu:~# kill -9 6909 Connection closing...Socket close. Connection closed by foreign host. Disconnected from remote host(1xx.xxx.xxx.xxx:22) at 16:19:57. 내가 공유해준 서버 주소 및 계정정보를 모르는 ip가 나의 서버에 접속하여 있다면.... 상대방의 세션을 종료 시키는 방법이 있다. ​ 1. 접속자 확인 root@ubuntu:~# who root pts/0 2018-11-14 16:12 (1xx.xx.0.1x) root pts/2 2018-11-14 15:39 (19x.1xx.ab.abc) root pts/3 2018-11-16 16:00 (1xx.xxx.xxx.xxx).. 2022. 2. 28.
728x90
반응형
SMALL