Home ubuntu ll instead of Ls

ll instead of Ls

Author

Date

Category

How to make the list of files displayed in LS -L format. The LL team worked before the update. Now only Ls.
Ubuntu 12.04
Thank you


Answer 1, Authority 100%

alias ll = 'ls -l --color = auto'

and will work LL


Answer 2, AUTHORITY 60%

add to the previous response. If the Bash shell (and most likely it is like this), so as not to introduce aliases every time you can add them to ~ / .bashrc
This file is performed at each login


Answer 3, Authority 40%

The file in which is described by LL in Ubuntu lies in /etc/skel/.bashrc

When creating a new user, it the contents of the SKEL directory is copied to the home. Most likely you were deleted by chance ~ / .bashrc, and therefore aliases did not work.

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions