Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Linux by (18.4k points)

I am able to run the ll command with my user but not with the Sudo, it giving me an error as:

the command not found!

1 Answer

0 votes
by (36.8k points)

Try the below command:

sudo ls -l.

As ll is a shorthand for ls -l.

To know about Linux join the Linux training

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...