Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Kibana
- mysql
- Python
- Javascript
- mssql
- 독서
- SQL
- spring
- pandas
- oracle
- 명령어
- 네트워크
- IntelliJ
- git
- java
- 리눅스
- 쉘스크립트
- DBMS
- 티스토리챌린지
- PostgreSQL
- 자바
- Linux
- iBatis
- MariaDB
- 오블완
- 후기
- error
- 인덱스
- github
- docker
Archives
- Today
- Total
hanker
LINUX - RockyLinux 파일명 작은 따옴표 감싸지는 현상 본문
반응형
RockyLinux에서 디렉터리 조회시(ls) 파일명에 작은따옴표로 감싸지는 현상은 파일명에 특수문자나 공백이 포함되어 있으면 감싸진다.
해결방법은 간단한데,
vi /etc/profile 최하단에
export QUOTING_STYLE=literal
을 추가해주고
source /etc/profile 해주면 적용된다.
Why is 'ls' suddenly wrapping items with spaces in single quotes?
I just noticed that on one of my machines (running Debian Sid) whenever I type ls any file name with spaces has single quotes surrounding it. I immediately checked my aliases, only to find them int...
unix.stackexchange.com
반응형
'SERVER > Linux' 카테고리의 다른 글
Linux - Command Log 확인 (1) | 2024.10.02 |
---|---|
linux - 네트워크 상태 확인 (netstat - 명령어) (0) | 2024.09.28 |
linux(CentOS7) - 매 (시간/분/초) 스케쥴링 (cron) (0) | 2024.09.14 |
Linux - 현재 서버 OS 버전 확인 (0) | 2024.09.14 |
[LINUX] - 프로세스 백그라운드 실행 (0) | 2024.09.09 |