AIX: restart service
- Login as root
- startsrc -s sshd #This will start sshd process
0513-059 The sshd Subsystem has been started. Subsystem PID is 27216.
- lssrc -s sshd #To check the status of sshd
Subsystem Group PID Status
sshd ssh 253954 active
- startsrc -s sshd #This will start sshd process
0513-059 The sshd Subsystem has been started. Subsystem PID is 27216.
- lssrc -s sshd #To check the status of sshd
Subsystem Group PID Status
sshd ssh 253954 active
Mount file system
- umount
# umount /data1
- mount
# mount -o rbrw /data1
-Check mount
# mount
# lsfs
Một số lệnh cơ bản: scp, ftp, rm, mv, cp,
1. SCP
- Hoặc Đứng trên server source.local gõ lệnh (đẩy file đi)
bash-4.2$ scp /home/usersource/file1 desuser@destination.local:/home/userdes
2. FTP
Mục đích: Copy file /home/usersource/file1 trên server source.local sang thư mục /home/desuser trên server destination.local
- Đứng trên server destination.local gõ lệnh: (lấy file về)
bash-4.2$ scp usersource@source.local:/home/usersource/file1 /home/userdes
Nhập vào password của usersource của source server.
- Hoặc Đứng trên server source.local gõ lệnh (đẩy file đi)
bash-4.2$ scp /home/usersource/file1 desuser@destination.local:/home/userdes
2. FTP
Mục đích: Copy file /home/usersource/file1 trên server source.local sang thư mục /home/desuser trên server destination.local
- Trên server destination.local gõ lệnh: (lấy file về)
bash-4.2$ ftp source.local
(Nhập username/password)
ftp> cd /home/usersource
ftp > ls
ftp> get file 1
ftp> close
ftp> quit
- Trên server destination.local gõ lệnh: (lấy file về)
bash-4.2$ ftp source.local
(Nhập username/password)
ftp> cd /home/usersource
ftp > ls
ftp> get file 1
ftp> close
ftp> quit
Mail trong AIX
Xóa từng mail:
$ mail
Mail [5.2 UCB] [AIX 5.X] Type ? for help.
U10457 root Sat May 31 11:02 33/1076 "Output from cron job /backup"
>N10458 root Fri Jun 6 21:07 36/1310 "Output from cron job /backup"
? d
Để xóa toàn bộ mail:
$ mail
Mail [5.2 UCB] [AIX 5.X] Type ? for help.
U10457 root Sat May 31 11:02 33/1076 "Output from cron job /backup"
>N10458 root Fri Jun 6 21:07 36/1310 "Output from cron job /backup"
? d *
Save mail:
$ mail
Mail [5.2 UCB] [AIX 5.X] Type ? for help.
U10457 root Sat May 31 11:02 33/1076 "Output from cron job /backup"
>N10458 root Fri Jun 6 21:07 36/1310 "Output from cron job /backup"
? S 1-x
(Với x là số mail tối đa đang có trong mail box)
Khi đó sẽ tạo ra một file để lưu mail nằm tại: /home/viewer/root.
Mail [5.2 UCB] [AIX 5.X] Type ? for help.
U10457 root Sat May 31 11:02 33/1076 "Output from cron job /backup"
>N10458 root Fri Jun 6 21:07 36/1310 "Output from cron job /backup"
? d
Để xóa toàn bộ mail:
Mail [5.2 UCB] [AIX 5.X] Type ? for help.
U10457 root Sat May 31 11:02 33/1076 "Output from cron job /backup"
>N10458 root Fri Jun 6 21:07 36/1310 "Output from cron job /backup"
? d *
Save mail:
Mail [5.2 UCB] [AIX 5.X] Type ? for help.
U10457 root Sat May 31 11:02 33/1076 "Output from cron job /backup"
>N10458 root Fri Jun 6 21:07 36/1310 "Output from cron job /backup"
? S 1-x
(Với x là số mail tối đa đang có trong mail box)
Khi đó sẽ tạo ra một file để lưu mail nằm tại: /home/viewer/root.