Skip to main content
deleted 86 characters in body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 238

so i studied somewhere about the type command and came to know that type command can provide the location of command used with it,more specifically the location of the executable file associated with the command, so i tried the type command with some basic commands like ps,wc,date etc and got their locations but when i used type with ls i got something different

ls is aliased to `ls --color=auto'

but i was expecting for a location instead,i am a noob in unix so i am unable to understand what is actually happening.

so i studied somewhere about the type command and came to know that type command can provide the location of command used with it,more specifically the location of the executable file associated with the command, so i tried the type command with some basic commands like ps,wc,date etc and got their locations but when i used type with ls i got something different

ls is aliased to `ls --color=auto'

but i was expecting for a location instead,i am a noob in unix so i am unable to understand what is actually happening

so i studied somewhere about the type command and came to know that type command can provide the location of command used with it,more specifically the location of the executable file associated with the command, so i tried the type command with some basic commands like ps,wc,date etc and got their locations but when i used type with ls i got something different

ls is aliased to `ls --color=auto'

but i was expecting for a location.

Post Closed as "Duplicate" by don_crissti, ilkkachu, Jeff Schaller, telcoM, CommunityBot
Source Link
LocalHost
  • 539
  • 3
  • 11
  • 22

type ls command

so i studied somewhere about the type command and came to know that type command can provide the location of command used with it,more specifically the location of the executable file associated with the command, so i tried the type command with some basic commands like ps,wc,date etc and got their locations but when i used type with ls i got something different

ls is aliased to `ls --color=auto'

but i was expecting for a location instead,i am a noob in unix so i am unable to understand what is actually happening