Quote:
Originally posted by Nukem
What are the excutable file types in LinuX?
|
Linux doesn't use the file extension to decide what type a file is. Wether a file is executable or not is decided by a flag in the file system being set. If the execute flag is set, then the file is executable, if its not, then its the file isn't seen as executable even if it really is a program. Sounds to me like you want to have a google for information about Unix file systems, and have a search on the forum for
chmod - the utility that you would use to change this
Quote:
Originally posted by Nukem
How can I check free space in a drive? By the way i use mandrake linuX.
|
From the command line you can check it with
df or
df -h. There are various graphical tools but I find df the easiest as its on just about every box you'll come accross.
Quote:
Originally posted by Nukem
On the installation of LinuX when I select the programs that I want to install with linux, where do they be installed and how can i get access to the folders where the programms are installed??
|
Programs typically end up in either /usr or /opt although not being a Mandrake user I'll leave someone else to tell you how to query the packages etc.
cheers
Jamie...