728x90
반응형
파일이동 및 파일명 변경 명령어
[root@localhost test]# ls
test1 testfile testfile2
[root@localhost test]# mv testfile changefile
[root@localhost test]# ls
changefile test1 testfile2
[root@localhost test]#
[root@localhost test]# ls
changefile test1 testfile2
[root@localhost test]# mv changefile test1/changefile
[root@localhost test]# ls test1
changefile test2
[root@localhost test]#
728x90
반응형
'운영체제 > 리눅스(CentOS)' 카테고리의 다른 글
cp 명령어 (0) | 2021.06.24 |
---|---|
mkdir 명령어 (0) | 2021.06.23 |
history 명령어 (0) | 2021.06.18 |
less 명령어 (0) | 2021.06.16 |
cat 명령어 (0) | 2021.06.15 |