[phpBB Debug] PHP Notice: in file /includes/db/dbal.php on line 110: Undefined array key "cached" [phpBB Debug] PHP Notice: in file /includes/db/dbal.php on line 111: Undefined array key "normal" [phpBB Debug] PHP Notice: in file /includes/db/dbal.php on line 112: Undefined array key "total" [phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922) [phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922) [phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922) [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3391: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922) [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3393: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922) [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3394: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922) [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3395: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922) Cabrillo College Linux Classes • View topic - rats
Will I ever stop embarassing myself? I tried various times to add /home/roddyduk/bin to my path, I kept getting things messed up and having to log in and out...I did it so many times and NOW I see /home/roddyduk/bin IS in my path but I have no idea which of the many attempts got it there So question 26 on my pre-test remains blank despite success Sigh. Time to go back and play with the extra credit lab
The PATH variable is really important as you found out. The shell uses this variable to locate the commands to run. If a command/program is not on your path you will get the "command not found" error message. If you have an empty path it will seem like all your commands have vanished! The commands are still there of course but without important directories like /bin and /usr/bin being on your path, most of the normal commands you use will just result in showing that error message.