Advanced Search
Search Results
4 total results found
stale file error
To fix a stale file error you need to Unmount the share on the client if it isn't already Restart nfs on the server Mount the share on the client again If you did all of that it should work again.
permission problems
So you noticed that suddenly you don't have access to your files and try stuff like chown or ls -la and you can't figure out what's wrong. Don't worry I can help you! A few Ideas: - Did you recently make a new user? If yes, check with id username if the uid...
How permissions work
The following sections applies to NFSv3 On the server, directories and files have owners and groups ownership. Those ownerships are in reality just unsigned integers. These two values are also referred to as uid and gid. You are probably wondering what that ...
Setup
Here is how to install zsh with a custom theme and some basic plugins. Install zsh with the package manager of your choiceInstall ohmyzsh with sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" Install the powerle...