Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. kroberts-iMac-8:~ robertdunn imac2$ kextstat grep lima
  2. Extra arguments starting at grep....
  3. usage: kextstat [-a] [-k] [-l] [-b bundle_id] ...
  4.  
  5. Use kextstat -help (-h) for a list of options.
  6. usage: kextstat [-a] [-k] [-l] [-b bundle_id] ...
  7.  
  8. Use kextstat -help (-h) for a list of options.
  9. roberts-iMac-8:~ robertdunn imac2$ kextstat | lima
  10. -bash: lima: command not found
  11. roberts-iMac-8:~ robertdunn imac2$
  12.  
  13. kroberts-iMac-8:~ robertdunn imac2$ kextstat grep lima
  14. Extra arguments starting at grep....
  15. usage: kextstat [-a] [-k] [-l] [-b bundle_id] ...
  16.  
  17. Use kextstat -help (-h) for a list of options.
  18. usage: kextstat [-a] [-k] [-l] [-b bundle_id] ...
  19.  
  20. Use kextstat -help (-h) for a list of options.
  21. roberts-iMac-8:~ robertdunn imac2$ kextstat | lima
  22. -bash: lima: command not found
  23. roberts-iMac-8:~ robertdunn imac2$
  24. roberts-iMac-8:~ robertdunn imac2$ mount
  25. /dev/disk0s2 on / (hfs, local, journaled)
  26. devfs on /dev (devfs, local, nobrowse)
  27. map -hosts on /net (autofs, nosuid, automounted, nobrowse)
  28. map auto_home on /home (autofs, automounted, nobrowse)
  29. /dev/disk1s3 on /Volumes/time machine bob (hfs, local, nodev, nosuid, journaled)
  30. /dev/disk1s2 on /Volumes/My Book for Mac (hfs, local, nodev, nosuid, journaled, noowners)
  31. /dev/disk2s2 on /Volumes/Silverlight (hfs, local, nodev, nosuid, read-only, noowners, quarantine, mounted by robertdunn imac2)
  32. roberts-iMac-8:~ robertdunn imac2$
  33.  
  34. Those are the two responses i got. I just typed 'mount' on the second command, I dont know if that is what you mean or if I should have added kextat as well. If I to that, I get
  35. kroberts-iMac-8:~ robertdunn imac2$ kextstat grep lima
  36. Extra arguments starting at grep....
  37. usage: kextstat [-a] [-k] [-l] [-b bundle_id] ...
  38.  
  39. Use kextstat -help (-h) for a list of options.
  40. usage: kextstat [-a] [-k] [-l] [-b bundle_id] ...
  41.  
  42. Use kextstat -help (-h) for a list of options.
  43. roberts-iMac-8:~ robertdunn imac2$ kextstat | lima
  44. -bash: lima: command not found
  45. roberts-iMac-8:~ robertdunn imac2$
  46. roberts-iMac-8:~ robertdunn imac2$ mount
  47. /dev/disk0s2 on / (hfs, local, journaled)
  48. devfs on /dev (devfs, local, nobrowse)
  49. map -hosts on /net (autofs, nosuid, automounted, nobrowse)
  50. map auto_home on /home (autofs, automounted, nobrowse)
  51. /dev/disk1s3 on /Volumes/time machine bob (hfs, local, nodev, nosuid, journaled)
  52. /dev/disk1s2 on /Volumes/My Book for Mac (hfs, local, nodev, nosuid, journaled, noowners)
  53. /dev/disk2s2 on /Volumes/Silverlight (hfs, local, nodev, nosuid, read-only, noowners, quarantine, mounted by robertdunn imac2)
  54. roberts-iMac-8:~ robertdunn imac2$ kextat | mount
  55. -bash: kextat: command not found
  56. /dev/disk0s2 on / (hfs, local, journaled)
  57. devfs on /dev (devfs, local, nobrowse)
  58. map -hosts on /net (autofs, nosuid, automounted, nobrowse)
  59. map auto_home on /home (autofs, automounted, nobrowse)
  60. /dev/disk1s3 on /Volumes/time machine bob (hfs, local, nodev, nosuid, journaled)
  61. /dev/disk1s2 on /Volumes/My Book for Mac (hfs, local, nodev, nosuid, journaled, noowners)
  62. /dev/disk2s2 on /Volumes/Silverlight (hfs, local, nodev, nosuid, read-only, noowners, quarantine, mounted by robertdunn imac2)
  63. roberts-iMac-8:~ robertdunn imac2$
  64.  
  65. About 'multiple user session,' I don't think so. I have a Imac desktop that I use only. And I'm the administrator. Two other people can use it ad they have their own user pages, but noone uses the same system simultaneously.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement