Find the answer to your Linux question:
Results 1 to 6 of 6
I am having issues doing this. Any help would be greatly appreciated! Thanks!...
  1. #1
    Just Joined!
    Join Date
    Apr 2010
    Posts
    0

    How do I check the size of a user profile from the command line?

    I am having issues doing this. Any help would be greatly appreciated!

    Thanks!


  2. #2
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    What is a user profile?
    Debian GNU/Linux -- You know you want it.

  3. #3
    Just Joined!
    Join Date
    Apr 2010
    Posts
    0
    Are you serious? There's several users that log onto a machine and we asre trying to determne the file size of the individual profiles.

  4. #4
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    Yes, I am serious.
    Do you refer to the $HOME/.profile files or what?
    Debian GNU/Linux -- You know you want it.

  5. #5
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,091
    What you probably mean are home directories, not user profiles.
    It´s a naming convention issue

    Home directories are usually in /home/

    You can check the size of them with the command "du"
    For usage:
    Code:
    man du
    You must always face the curtain with a bow.

  6. #6
    Just Joined!
    Join Date
    Apr 2010
    Posts
    0
    good lookin out . . .. shall try this ... thanks!!!!

    anyone else have any relevant info it would be greatly appreciated.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •