Link to home
Start Free TrialLog in
Avatar of Mickeys
MickeysFlag for Sweden

asked on

Basic linux questions

1. How can I see how many users in  /etc/passwd that could physical login on my computer?

2. What processor does the computer have?

3. What kind of filsystem and partions does my harddrive have and why?
Avatar of kaskhedikar_tushar
kaskhedikar_tushar
Flag of India image

Hello,

You have to run the following commands.

1. File System - For processor info -  cd /  then cat /proc/filesystems

2. For processor info -  #cd /  then cat /proc/cpuinfo

3. For Users run who command - #who


Regards,
TUshar Kaskhedikar
Linux System Administrator
ASKER CERTIFIED SOLUTION
Avatar of LesterClayton
LesterClayton
Flag of Norway image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Don't forget the "one item — one post" rule; better ask your three questions in separate threads.

Anyway, you have the answers...