if i run ls command it will show me the junk output what is
problem and how to resolve it
Answers were Sorted based on User's Feedback
set your terminall setting by stty and before that export ls
command to PATH variable
| Is This Answer Correct ? | 5 Yes | 1 No |
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 |
How do you find out the server processes running?
Suppose I lost a root password and I need to give it, I treid to change it through single usermode even though I am not get a password, then what is the otherprocedure to give a root password?
What is the use of finger command in linux?
Compare between SYS V launched processes and Xinetd processes in Linux.
How do I check disk space in bash?
What are commands in grammar?
When you issue the command ls -l, what signifies the first character of the resulting display file? 701 What command can you use to determine the purpose of any command?
What can you type at a command line to determine which shell you are using?
What are the basic commands in LINUX?
What are whois tools?
What is type command in linux?
What is p command?