Commit 8900f0bf authored by Sören Wacker's avatar Sören Wacker
Browse files

add Kerberos kinit note to bash tutorial

parent 89fefc11
Loading
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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: