| | |
9 Questions before migrating to linux
![]() |
•
•
Join Date: Dec 2007
Posts: 44
Reputation:
Solved Threads: 0
I have few questions which are annoying me a lot.As i'm from windows background,swithicng to linux let me with these questions:
There may be more to look for but i think most of the users will find these questions while migrating to linux..Hope these are legimate question that can be asked over forums.
Please do take time for answering these questions.
Thanks for help in advacne.
•
•
•
•
1) Is there any thing like registry in linux? Where linux stores such information?
2) When application is uninstalled in linux,all the values and files related to applications are removed or remains ?
3) Where can i find information about startup programs?How can i edit entries of startup programs?
4) Year after another when we use the size of the drive keeeps increaing no matter what you do.even if you install some program very few space is released from the disk.Is there some situation in linux. Also many entries are remains in windows even if you uninstall the application.This makes windows unusable day by day.
5) is there any utility To find and correct many types of errors on hard disk (Like Scandisk In Windows OS)?
6) is there any utlity To Maintain Disk using defragmentation Tool (Disk Defragmenter In Win) ?
7) any utlity To Clean up the Disk space With garbage files like Temporary Internet Files,Trash,Temp Files,Downlaoded Cookies/internet files etc.(Disk Cleanup In Win) ?
8) Is there any possibility that I can disable some services that I do not require? (like services in adminstrative tools in window)
9) Is there any tool that shows the process (Inclusing hidden) that are currently running or started ? (Not like the one in windows task manager but one we get with tool Hijackthis for secuirty purpose)
Please do take time for answering these questions.
Thanks for help in advacne.
•
•
Join Date: Jan 2008
Posts: 5
Reputation:
Solved Threads: 1
1) No Registry, only kernal and configuration files. It is a File system based OS
2) here no registry like windows, so if we uninstall the software, the file are removed.
3) /etc/profile
4)There is no registry problem in linux
5)yes, fsck command - file system check
6) same fsck
7)no need swap space will mange
8) yes
9) yes use top, ps -ef command... have gui tools also
7)
2) here no registry like windows, so if we uninstall the software, the file are removed.
3) /etc/profile
4)There is no registry problem in linux
5)yes, fsck command - file system check
6) same fsck
7)no need swap space will mange
8) yes
9) yes use top, ps -ef command... have gui tools also
7)
with love,
lakshmichandrakanth.T
+91-9840082443
www.sathisht.blogspot.com
www.linux-osfop.blogspot.com
lakshmichandrakanth.T
+91-9840082443
www.sathisht.blogspot.com
www.linux-osfop.blogspot.com
•
•
•
•
there are configuration files for everything. there is a /dev directory that has the device connections and there is the /proc filesystem, that is virtual and holds the dynamic info for processes••••1) Is there any thing like registry in linux? Where linux stores such information?
that depends on the application. there are quite a few ways of installing, removing and configuring apps••••2) When application is uninstalled in linux,all the values and files related to applications are removed or remains ?
1. google://runlevels••••3) Where can i find information about startup programs?How can i edit entries of startup programs?
2. google://fstab
3. google://inittab
4. google://rc.d+rc.local
5. google://chkconfig
4) Year after another when we use the size of the drive keeeps increaing no matter what you do.even if you install some program very few space is released from the disk.Is there some situation in linux. Also many entries are remains in windows even if you uninstall the application.This makes windows unusable day by day.
google://man+du
•
•
•
•
5) is there any utility To find and correct many types of errors on hard disk (Like Scandisk In Windows OS)?
•
•
•
•
6) is there any utlity To Maintain Disk using defragmentation Tool (Disk Defragmenter In Win) ?
•
•
•
•
7) any utlity To Clean up the Disk space With garbage files like Temporary Internet Files,Trash,Temp Files,Downlaoded Cookies/internet files etc.(Disk Cleanup In Win) ?
/tmp
/var/...
•
•
•
•
8) Is there any possibility that I can disable some services that I do not require? (like services in adminstrative tools in window)
google://rc
•
•
•
•
9) Is there any tool that shows the process (Inclusing hidden) that are currently running or started ? (Not like the one in windows task manager but one we get with tool Hijackthis for secuirty purpose)
google://man+ps
Real stupidity always beats Artificial Intelligence. (Terry Pratchett)
BA BizMg, MCSE, DCSE, Linux+, Network+
BA BizMg, MCSE, DCSE, Linux+, Network+
>When application is uninstalled in linux,all the values and files related to applications are
>removed or remains ?
Like mentioned earlier, this all depends on the application. Most Linux distributions include a package manager, this is a program that allows you to cleanly install and uninstall software from a predefined list. If the software that you install is supported by your package manager, installation and deinstallation is very easy and clean. On the other hand, if your package manager doesn't support the software, you'll probably end up having to remove all the program files by hand.
>any utlity To Clean up the Disk space With garbage files like Temporary Internet
>Files,Trash,Temp Files,Downlaoded Cookies/internet files etc.(Disk Cleanup In Win)
Linux tends to clean up itself in that respect. Obviously it's up to you to empty your trash (but that is a trivial task), and deleting browser cookies and internet files is handled by your web browser.
>Is there any possibility that I can disable some services that I do not require?
Indeed. However, the method that you use to enable and disable services depends on the Linux distribution that you use. For example, BSD-style and Debian-based distros will tend to use rc scripts, while Red Hat-based distros tend to use chkconfig. Read the distro's manual for specific instructions.
>Is there any tool that shows the process (Inclusing hidden) that are currently running or
>started ?
The
>removed or remains ?
Like mentioned earlier, this all depends on the application. Most Linux distributions include a package manager, this is a program that allows you to cleanly install and uninstall software from a predefined list. If the software that you install is supported by your package manager, installation and deinstallation is very easy and clean. On the other hand, if your package manager doesn't support the software, you'll probably end up having to remove all the program files by hand.
>any utlity To Clean up the Disk space With garbage files like Temporary Internet
>Files,Trash,Temp Files,Downlaoded Cookies/internet files etc.(Disk Cleanup In Win)
Linux tends to clean up itself in that respect. Obviously it's up to you to empty your trash (but that is a trivial task), and deleting browser cookies and internet files is handled by your web browser.
>Is there any possibility that I can disable some services that I do not require?
Indeed. However, the method that you use to enable and disable services depends on the Linux distribution that you use. For example, BSD-style and Debian-based distros will tend to use rc scripts, while Red Hat-based distros tend to use chkconfig. Read the distro's manual for specific instructions.
>Is there any tool that shows the process (Inclusing hidden) that are currently running or
>started ?
The
ps command does this. For the record, here is how you would list all running processes on a system at a terminal:ps aux
"Technological progress is like an axe in the hands of a pathological criminal."
•
•
•
•
1) Is there any thing like registry in linux? Where linux stores such information?
•
•
•
•
2) When application is uninstalled in linux,all the values and files related to applications are removed or remains ?
•
•
•
•
Where can i find information about startup programs?How can i edit entries of startup programs?
•
•
•
•
is there any utility To find and correct many types of errors on hard disk (Like Scandisk In Windows OS)?
•
•
•
•
is there any utlity To Maintain Disk using defragmentation Tool (Disk Defragmenter In Win) ?
•
•
•
•
any utlity To Clean up the Disk space With garbage files like Temporary Internet Files,Trash,Temp Files,Downlaoded Cookies/internet files etc.(Disk Cleanup In Win) ?
•
•
•
•
8) Is there any possibility that I can disable some services that I do not require? (like services in adminstrative tools in window)
•
•
•
•
9) Is there any tool that shows the process (Inclusing hidden) that are currently running or started ? (Not like the one in windows task manager but one we get with tool Hijackthis for secuirty purpose
If i am helpful, please give me reputation points.
![]() |
Other Threads in the Getting Started and Choosing a Distro Forum
- Previous Thread: How to build as web base File Server
- Next Thread: New to Linux
| Thread Tools | Search this Thread |
age-related baremetal chrome cio cloudcomputing code commercial computers crystalballsunday desktop developers development distributions distro dsl elderly embedded forums google http://expertcore.org/ innovations jauntyjackalope kernel library linus linux microsoft multi-core netgear newbies openoffice.org operating operatingsystems parallel performance processing redhat routers smp studios system systembuilders systemintegrators terminalservices thecloud thinclients tools ubuntu users virtualization vmware webbased wikis windows xenon






