if i run ls command it will show me the junk output what is
problem and how to resolve it
Answer Posted / maneeshkumar
Check the locale settings.
For finding the current locale settings.
# locale
For displaying all avaialable locales.
# locale –a
C
POSIX
en_CA
en_CA.ISO8859-1
en_CA.UTF-8
en_US
en_US.ISO8859-1
en_US.ISO8859-15
en_US.ISO8859-15@euro
en_US.UTF-8
es
es_MX
es_MX.ISO8859-1
es_MX.UTF-8
fr
fr_CA
fr_CA.ISO8859-1
fr_CA.UTF-8
iso_8859_1
Setting the locales.
# LC_ALL=en_US.UTF-8
# export LC_ALL
# locale
LANG=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_ALL=en_US.UTF-8
#
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Hi everyone i want to learn Devops in Hyderabad can anyone please suggest me best institute.
What is tty in linux process?
How do I use nslookup in linux?
What are the command prompt commands?
What is ls command and what it does?
What is cd command used for?
What is simple command?
Explain the free command.
What is cmake in linux?
What is cpu core in linux?
You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?
What is linux load average?
Why is unix used?
You are required to restore the file memo.ben. It was backed up in the tar file MyBackup.tar. Which command would you use to do it?
What is echo command in batch file?