Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: open SUSE 11.0, Fedora 7 and Mandriva 2007
Posts: 1,638
Rep:
A small help
tty*
cat*
fgrep*
more*
su*
rbash@
view@
dnsdomainname@
When I wrote the ' ls ' command, I saw the above files.
What is the meaning of * files?
What is the meaning of @ files?
Finally I have forgotten the command which tells me the name of the shell. Could you please tell me the command to find out the name of the current directory?
I wrote ' pwd ' and pressed enter. It tells me the current directory only.
I don't know any command that lists all the shells available on a system.
You could try "ls /bin/*sh". That will list any command in /bin that end in "sh", like "bash", "csh", "zsh", etc. Not every file listed will necessarily be a shell, but most probably will. Check their man pages to be sure.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.