Changes

Jump to: navigation, search

OPS235 Lab 2 - Fedora17

4 bytes added, 16:13, 25 January 2011
Investigation 2: How many files packages and files are installed on the system?
# You can pipe the outupt through <code>wc -l</code> to count the number of lines:
#* <code>rpm -ql package_name| wc -l</code>
# Using what you learned in steps 3 , 4, and 48, get a count of the total number of files installed by all of the software packages on your system.
# To find out the name that you have assigned to your Linux system, enter the command: <code>hostname</code>
# To find out the kernel version of your GNU/Linux workstation and the date it was created, enter the command: <code>uname -r</code>

Navigation menu