Tagged Questions
3
votes
2answers
827 views
How can I add standard users to the print managers group?
I'm sysadmin for a small company; my users are on 10.6.8 (iMacs) and do not have admin rights for various reasons. The only times this is annoying is when a print job jams or otherwise does not go ...
1
vote
2answers
623 views
Find information about host IP address?
Is there anyway to ping a computer's IP and find out some basic information about it? Platform, OS, etc...
If so, how would that be done?
5
votes
2answers
431 views
How do I find my IP Address from the command line?
I know you can do ifconfig | grep inet, but that shows you several IP addresses. How do I get the specific one for SSHing et al?
1
vote
3answers
2k views
Ping all IPs in LAN
How would I find out all the devices on my LAN by pinging them all in terminal? What would the code be?