Sep 9, 2003 #1 farley99 MIS Joined Feb 12, 2003 Messages 413 Location US how do i add /usr/sbin to $PATH?
Sep 9, 2003 2 #2 danielhozac Programmer Joined Aug 21, 2001 Messages 2,058 Location SE Code: export PATH=/usr/sbin:$PATH //Daniel Upvote 0 Downvote
Sep 19, 2003 #3 jonx Programmer Joined Sep 2, 2003 Messages 34 Location US export PATH=/usr/sbin;$PATH or is it semi-colon? Upvote 0 Downvote
Sep 19, 2003 1 #4 fluid11 IS-IT--Management Joined Jan 22, 2002 Messages 1,627 Location US no, its the way danielhozac wrote it, although I would reverse it, $PATH:/usr/sbin, so that /usr/sbin is at the end of the search path. ChrisP RHCE, LPIC-1, CCNA, CNE, MCSE, +10 others Upvote 0 Downvote
no, its the way danielhozac wrote it, although I would reverse it, $PATH:/usr/sbin, so that /usr/sbin is at the end of the search path. ChrisP RHCE, LPIC-1, CCNA, CNE, MCSE, +10 others