You are not logged in.

#1 2014-10-11 23:07:14

kepler22
Member
Registered: 2014-10-11
Posts: 2

[solved] ls command issues

For some reason, my ls command is not working. I did a pacma -Syyu

This is the error I recieve when trying to run the LS command:
https://u.teknik.io/sH3NyT.png

it was working fine for a few days afte install.

Last edited by kepler22 (2014-10-12 14:21:35)

Offline

#2 2014-10-11 23:13:33

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [solved] ls command issues

Please don't post screenshots of textual output, post the text.

Either use `/usr/bin/ls` or fix your broken alias...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2014-10-11 23:22:21

kepler22
Member
Registered: 2014-10-11
Posts: 2

Re: [solved] ls command issues

jasonwryan wrote:

Please don't post screenshots of textual output, post the text.

Either use `/usr/bin/ls` or fix your broken alias...


Sorry about that, and thanks I have it fixed now. that is weird though because i never edited it.
it was added in the .bashrc file.

Offline

#4 2014-10-12 00:43:36

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved] ls command issues

You can run

type <command>

e.g.

$ type w
w is aliased to `wget -c'

so it overrides

$ which w
/usr/bin/w

Please remember to mark the thread as solved https://bbs.archlinux.org/viewtopic.php?id=130309

Offline

#5 2014-10-12 00:50:30

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,804

Re: [solved] ls command issues

You can also type a backslash in front of any command to tell it not to use the alias if it is defined.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

Board footer

Powered by FluxBB