[Bug 275369] the ls command does not work correctly
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 275369] the ls command does not work correctly"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Nov 2023 06:56:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275369 --- Comment #7 from wildzander@gmail.com --- Regards. The ls -A command works well. test@fbsd:~ $ ls -A total 33 drwx------ 3 test test 3 27 lis 17:46 .cache drwx------ 3 test test 3 27 lis 17:46 .config -rw-r--r-- 1 test test 950 26 lis 09:47 .cshrc drwx------ 3 test test 3 27 lis 17:46 .local -rw-r--r-- 1 test test 311 26 lis 09:47 .login -rw-r--r-- 1 test test 79 26 lis 09:47 .login_conf -rw------- 1 test test 289 26 lis 09:47 .mail_aliases -rw-r--r-- 1 test test 255 26 lis 09:47 .mailrc -rw-r--r-- 1 test test 966 26 lis 09:47 .profile -rw------- 1 test test 133 26 lis 13:28 .sh_history -rw-r--r-- 1 test test 1003 26 lis 09:47 .shrc test@fbsd:~ $ I don't understand why the output of ls -A is "total 0"? Either there should be no output (as with the ls command) or the output should be correct, but in any case the output should not be nonsensical. This can be incomprehensible and confusing for a user coming from Linux. It might be a good idea to set the ls command to ls -A for the user, just as it is set for the superuser. Can I have one off-topic question? I'm from the Czech Republic and I use the cz.kbd keyboard map with freebsd. This keyboard map doesn't suit me very well, so I decided to create another Czech keyboard map. When this keyboard map is ready, where and to whom can I send it so that it can be integrated into freebsd and used by others? Thank you and have a nice day. -- You are receiving this mail because: You are the assignee for the bug.