Loading content/en/tutorials/bash/index.md +9 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,15 @@ lrwxrwxrwx 1 netid01 netid01 45 Mar 20 09:00 linuxhome -> /tudelft.net/staff Now we see hidden files (starting with `.`) and details about each file. The `linuxhome` entry has an arrow - it's a symbolic link pointing to your larger personal storage. {{% alert title="Permission denied accessing linuxhome?" color="warning" %}} If you get "Permission denied" when accessing `linuxhome`, your Kerberos ticket has expired. Renew it with: ```shell-session $ kinit Password for netid01@TUDELFT.NET: ``` See [Troubleshooting](/support/troubleshooting/#permission-denied-or-stale-file-handle-when-accessing-linuxhome) for more details. {{% /alert %}} ### Moving around The `cd` command (change directory) moves you to a different location: Loading Loading
content/en/tutorials/bash/index.md +9 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,15 @@ lrwxrwxrwx 1 netid01 netid01 45 Mar 20 09:00 linuxhome -> /tudelft.net/staff Now we see hidden files (starting with `.`) and details about each file. The `linuxhome` entry has an arrow - it's a symbolic link pointing to your larger personal storage. {{% alert title="Permission denied accessing linuxhome?" color="warning" %}} If you get "Permission denied" when accessing `linuxhome`, your Kerberos ticket has expired. Renew it with: ```shell-session $ kinit Password for netid01@TUDELFT.NET: ``` See [Troubleshooting](/support/troubleshooting/#permission-denied-or-stale-file-handle-when-accessing-linuxhome) for more details. {{% /alert %}} ### Moving around The `cd` command (change directory) moves you to a different location: Loading