The UNIX and Linux Forums
>
Top Forums
>
UNIX for Advanced & Expert Users
comparing shadow files with real files
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
comparing shadow files with real files
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
02-08-2007
jim mcnamara
...@...
Join Date: Feb 2004
Location: NM
Posts: 5,807
Are you sure the .sh files you found are not called .sh because they are shell scripts?
UNIX does not associate what a file is by the file extension like windows does.
You can get the "flavor" of a file with the file command
Code:
file myscript.sh
will return something like "Bourne Shell script" if it is a Bourne shell script, for example.
jim mcnamara
View Public Profile
Find all posts by jim mcnamara
Find jim mcnamara's past nominations received
Find jim mcnamara's present nominations given