![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on Please Assist within the PS3 Linux forums, part of the PS3 Main category; Hey guys I'm really new to linux so I hope you guys can offer some help. I'm running fedora core ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
Hey guys
I'm really new to linux so I hope you guys can offer some help. I'm running fedora core 6 (ZOD) First off....I don't know how to check the amount of free disc space that is left on my linux partition ![]() The second question I would like to ask is, how does the uninstalling of programs work? I went into the add/remove section and all I see are check marks and unchecked apps. Is uninstalling as simple as unchecking? The third question is, is there a way for me to use the root command line to remove applications(terminal window)...I think the command is 'yum remove' The fourth, what is the benefit of installing the cell sdk 2.1? Will it make linux run faster? Thanks |
|
|
|
|
|
|
#2 |
|
No longer a community member.
|
1) To find remaining disk space for each partition, enter this into a terminal:
Code:
df -H 3) To become root in a terminal, enter: Code:
su- Code:
logout As for installing programs. First, we'll find the program we want to install: Code:
yum search [program] Code:
yum install [program] Code:
yum list Code:
yum list [program] Code:
yum remove [program] Code:
yum search [program] >> [filename].txt gedit [filename].txt & If any of this is unclear, go ahead and ask. However, all of this was found with a simple google search
Last edited by Hardrive; 10-17-2007 at 06:55 PM.. |
|
|
|
![]() |
| Tags |
| assist |
| Thread Tools | |
|
|