No, the -P and -L options cannot be used together in the pwd command. You can only specify one option at a time.
- Use
pwd -Pto display the physical path. - Use
pwd -Lto display the logical path.
If you try to use both options simultaneously, the command will not work as intended. If you have any more questions or need further assistance, feel free to ask!
