questions/linux-administration
try this. getconf LONG_BIT Output: 32, if OS is 32 ...READ MORE
You could always run find in a ...READ MORE
rm foo try this. Also, You need write ...READ MORE
Try this: sed 's/[()]//g' <<< Hi(hello).How are you? READ MORE
Use the port command to find the ...READ MORE
Just use unset command: unset GNUPLOT_DRIVER_DIR READ MORE
First f all, get apache's path: $ ps ...READ MORE
You can install a .deb file with ...READ MORE
Try executing the following commands and try ...READ MORE
You can use $(command), which in my ...READ MORE
These commands are used to check the ...READ MORE
If executing this command resolved your issue ...READ MORE
You can use readlink command: readlink -f filename.txt for ...READ MORE
There are no standard C API's that ...READ MORE
Run this command in your terminal: scp your_username@remotehost.edu:foobar.txt ...READ MORE
I think your system is not allowing ...READ MORE
You can use 2> to redirect it: foo ...READ MORE
The help command is limited and it ...READ MORE
Hey @Eric, Follow these steps: Go to your terminal Execute ...READ MORE
you can do this by using word ...READ MORE
Add it to your ~/.profile or ~/.bashrc file: export PATH="$PATH:/path/to/dir" You may ...READ MORE
The chmod command is used to set/change the permissions ...READ MORE
I'm trying to enable the official puppet lab ...READ MORE
An absolute path is a path to ...READ MORE
Delete the following file: /etc/apt/sources.lits.d/sublime-text.list and then try to ...READ MORE
Npm depends on NodeJS to run/get installed. ...READ MORE
You are basically trying to echo the ...READ MORE
You can use this: stat -c "%a %n" ...READ MORE
To create a symbolic link, you can ...READ MORE
You can use if-else branch to check ...READ MORE
I needed to do a similar thing ...READ MORE
The driver r8168 is not stable. Try ...READ MORE
'Stale File Handle error' occurs when the ...READ MORE
The provided value for soft and hard ...READ MORE
I think the problem could be those ...READ MORE
Please follow the below command and set ...READ MORE
Hey Prince! This seems to be like a ...READ MORE
You can list all the disk in ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.